Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix fixed table layout column width distribution #16588
Conversation
highfive
commented
Apr 24, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
Apr 24, 2017
|
@bors-servo try |
…r=<try> Fix fixed table layout column width distribution Fixes #16324. Replaces the incorrect [CSS3 "distributing excess width to columns" algorithm](https://drafts.csswg.org/css-tables-3/#distributing-width-to-columns) and implements the simpler [CSS2 fixed table layout algorithm](https://drafts.csswg.org/css2/tables.html#fixed-table-layout). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16588) <!-- Reviewable:end -->
|
@bors-servo try r? @mbrubeck |
|
@bors-servo clean retry |
…r=<try> Fix fixed table layout column width distribution Fixes #16324. Replaces the incorrect [CSS3 "distributing excess width to columns" algorithm](https://drafts.csswg.org/css-tables-3/#distributing-width-to-columns) and implements the simpler [CSS2 fixed table layout algorithm](https://drafts.csswg.org/css2/tables.html#fixed-table-layout). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16588) <!-- Reviewable:end -->
|
|
|
9e39a80
to
47ee799
|
@bors-servo try |
…r=<try> Fix fixed table layout column width distribution Fixes #16324. Replaces the incorrect [CSS3 "distributing excess width to columns" algorithm](https://drafts.csswg.org/css-tables-3/#distributing-width-to-columns) and implements the simpler [CSS2 fixed table layout algorithm](https://drafts.csswg.org/css2/tables.html#fixed-table-layout). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16588) <!-- Reviewable:end -->
|
|
Iiiiiiiiiiinteresting results, going to investigate soon. |
|
For all the test failures above, the flow tree indicates that the |
47ee799
to
bd47c4e
|
@bors-servo try |
…r=<try> Fix fixed table layout column width distribution Fixes #16324. Replaces the incorrect [CSS3 "distributing excess width to columns" algorithm](https://drafts.csswg.org/css-tables-3/#distributing-width-to-columns) and implements the simpler [CSS2 fixed table layout algorithm](https://drafts.csswg.org/css2/tables.html#fixed-table-layout). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16588) <!-- Reviewable:end -->
…r=<try> Fix fixed table layout column width distribution Fixes #16324. Replaces the incorrect [CSS3 "distributing excess width to columns" algorithm](https://drafts.csswg.org/css-tables-3/#distributing-width-to-columns) and implements the simpler [CSS2 fixed table layout algorithm](https://drafts.csswg.org/css2/tables.html#fixed-table-layout). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16588) <!-- Reviewable:end -->
|
@bors-servo: retry |
…r=<try> Fix fixed table layout column width distribution Fixes #16324. Replaces the incorrect [CSS3 "distributing excess width to columns" algorithm](https://drafts.csswg.org/css-tables-3/#distributing-width-to-columns) and implements the simpler [CSS2 fixed table layout algorithm](https://drafts.csswg.org/css2/tables.html#fixed-table-layout). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16588) <!-- Reviewable:end -->
|
|
|
|
Nice! r=mbrubeck with test expectations updated. |
|
The tests expectations shouldn't be updated; it's an intermittent pass that #16640 hit as well. |
|
@bors-servo: r=mbrubeck |
|
|
…r=mbrubeck Fix fixed table layout column width distribution Fixes #16324. Replaces the incorrect [CSS3 "distributing excess width to columns" algorithm](https://drafts.csswg.org/css-tables-3/#distributing-width-to-columns) and implements the simpler [CSS2 fixed table layout algorithm](https://drafts.csswg.org/css2/tables.html#fixed-table-layout). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16588) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry |
|
|
|
|
|
@bors-servo: retry |
|
|
|
|
KiChjang commentedApr 24, 2017
•
edited by larsbergstrom
Fixes #16324.
Replaces the incorrect CSS3 "distributing excess width to columns" algorithm and implements the simpler CSS2 fixed table layout algorithm.
This change is