[csswg-drafts] [css-tables] borders on table-rows etc should be ignored in separated-borders mode (#4296)

MatsPalmgren has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-tables] borders on table-rows etc should be ignored in separated-borders mode ==
CSS2 says:
>Rows, columns, row groups, and column groups cannot have borders (i.e., user agents must ignore the border properties for those elements).
https://www.w3.org/TR/CSS22/tables.html#separated-borders

It appears that [css-tables-3](https://drafts.csswg.org/css-tables-3/#style-overrides) is missing that bit.

It's probably a good idea to also use a more precise term instead of "ignore". The border properties should _compute_ normally, but they should _behave as_  `initial` in layout for table-row boxes in separated-borders mode.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4296 using your GitHub account

Received on Wednesday, 11 September 2019 05:21:13 UTC