mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
* Fix table track constraindness Only as size that isn't `auto` and doesn't contain percentages can constrain a table track (https://drafts.csswg.org/css-tables/#constrainedness). However, in a bunch of cases we were only checking for `auto`. Also, we were allowing the inline-size of a cell to constrain both its column and row. Using the block-size of the row makes more sense. The spec doesn't define constrainedness for rows, though. Signed-off-by: Oriol Brufau <obrufau@igalia.com> * Apply suggestions from code review Co-authored-by: Martin Robinson <mrobinson@igalia.com> Signed-off-by: Oriol Brufau <obrufau@igalia.com> --------- Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com> |
||
---|---|---|
.. | ||
colgroup_valign_bottom.xhtml.ini | ||
colgroup_valign_top.xhtml.ini | ||
form-in-tables.html.ini | ||
hidden-attr.html.ini | ||
table-attribute.html.ini | ||
table-border-3q.html.ini | ||
table-border-3s.html.ini | ||
table-bordercolor-001.html.ini | ||
tr-transform-and-will-change.html.ini |