Commit e2eaba5
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1320 | 1320 | | |
1321 | 1321 | | |
1322 | 1322 | | |
1323 | | - | |
| 1323 | + | |
1324 | 1324 | | |
1325 | 1325 | | |
1326 | | - | |
| 1326 | + | |
1327 | 1327 | | |
1328 | 1328 | | |
1329 | 1329 | | |
| |||
0 commit comments