Skip to content

Commit e2eaba5

Browse files
committed
[css-tables-3] Fix errors in border conflict resolution
This change fixes row-separator border conflict resolution; the "separates two rows" block incorrectly referenced table-column and table-column-group instead of table-row and table-row-group. [Chrome's impl](https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/layout/table/table_borders.cc;l=433-503;drc=8c0301b5c76ca4d7e7ae01daa9bfe3bc5fe697a4), [Firefox's impl](https://searchfox.org/firefox-main/source/layout/tables/nsTableFrame.cpp#4794-5418)
1 parent af9274b commit e2eaba5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-tables-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,10 +1320,10 @@ spec:css-display-4; type:property; text:display
13201320
<ul>
13211321
<li>For each border BC<sub>i</sub>:
13221322
For each table-row spanned by the C<sub>i</sub> cell, if any.
1323-
Consider the border&#8217;s properties of any border of the table-column that would be drawn contiguously to BC<sub>i</sub>.
1323+
Consider the border&#8217;s properties of any border of the table-row that would be drawn contiguously to BC<sub>i</sub>.
13241324

13251325
<li>For each border BC<sub>i</sub>:
1326-
For each table-row-group containing a column spanned by the C<sub>i</sub> cell, if any.
1326+
For each table-row-group containing a row spanned by the C<sub>i</sub> cell, if any.
13271327
Consider the border&#8217;s properties of any border of the table-row-group that would be drawn contiguously to BC<sub>i</sub>.
13281328
</ul>
13291329

0 commit comments

Comments
 (0)