Skip to content

Commit 0a82107

Browse files
committed
[css-tables-3] try to map outstanding wpts to the correct sections
1 parent e2eaba5 commit 0a82107

1 file changed

Lines changed: 27 additions & 8 deletions

File tree

css-tables-3/Overview.bs

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,11 @@ spec:css-display-4; type:property; text:display
131131
crashtests/orthogonal-cell-crash.html
132132
crashtests/table-column-display-change-chrome-crash.html
133133
crashtests/textarea-intrinsic-size-crash.html
134+
crashtests/atomic-item-crash.html
135+
crashtests/remove-table-column-group.html
134136
crashtests/transition-table-row-group-crash.html
135137
crashtests/uninitialized_read_crash.html
138+
table-caption-after-crash.html
136139
crashtests/vertical_percentage_crash.html
137140
tfoot-crash-print.html
138141
th-text-align.html
@@ -555,7 +558,11 @@ spec:css-display-4; type:property; text:display
555558
fixup-dynamic-anonymous-inline-table-002.html
556559
fixup-dynamic-anonymous-inline-table-003.html
557560
fixup-dynamic-anonymous-table-001.html
561+
iframe-display-table-content-insertion.html
562+
insert-after-col.html
563+
insert-after-colgroup.html
558564
table-model-fixup.html
565+
table-row-group-nested-anonymous-001.html
559566
</wpt>
560567

561568
<!--——————————————————————————————————————————————————————————————————————————-->
@@ -1273,6 +1280,7 @@ spec:css-display-4; type:property; text:display
12731280
</div>
12741281

12751282
<wpt>
1283+
collapsed-border-writing-mode-color.html
12761284
subpixel-collapsed-borders-001.html
12771285
subpixel-collapsed-borders-002.html
12781286
subpixel-collapsed-borders-003.html
@@ -1331,6 +1339,10 @@ spec:css-display-4; type:property; text:display
13311339
Return CurrentlyWinningBorderProperties
13321340
</ul>
13331341

1342+
<wpt>
1343+
rowspan-cell-border-after-color.html
1344+
</wpt>
1345+
13341346
<!--——————————————————————————————————————————————————————————————————————————-->
13351347
<h5 id="border-specificity">Specificity of a border style</h5>
13361348

@@ -1719,9 +1731,12 @@ spec:css-display-4; type:property; text:display
17191731
height-distribution/computing-row-measure-1.html
17201732
height-distribution/percentage-sizing-of-table-cell-children.html
17211733
height-distribution/percentage-sizing-of-table-cell-replaced-children-001.html
1734+
table-colspan-percent-auto.html
17221735
width-distribution/computing-column-measure-0.html
17231736
width-distribution/computing-column-measure-1.html
17241737
width-distribution/computing-column-measure-2.html
1738+
width-distribution/td-max-width-auto-layout.html
1739+
width-distribution/td-min-width-auto-layout.html
17251740
</wpt>
17261741

17271742
<!--
@@ -3142,13 +3157,14 @@ With a table-internal box as non-containing block parent</h3>
31423157
as if <code>visibility: hidden</code> was specified on them,
31433158
letting the table background show through.
31443159

3145-
<wpt>
3146-
paint/col-change-span-bg-invalidation-001.html
3147-
paint/col-change-span-bg-invalidation-002.html
3148-
paint/col-paint-htb-rtl.html
3149-
paint/col-paint-vrl-rtl.html
3150-
paint/row-background-paint-remove-last-cell.html
3151-
</wpt>
3160+
<wpt>
3161+
paint/col-change-span-bg-invalidation-001.html
3162+
paint/col-change-span-bg-invalidation-002.html
3163+
paint/col-paint-htb-rtl.html
3164+
paint/col-paint-vrl-rtl.html
3165+
paint/row-background-paint-remove-last-cell.html
3166+
table-row-group-color-inheritance-001.html
3167+
</wpt>
31523168

31533169
<!--——————————————————————————————————————————————————————————————————————————-->
31543170
<h4 id="drawing-cell-borders">Drawing cell borders</h4>
@@ -3175,6 +3191,9 @@ With a table-internal box as non-containing block parent</h3>
31753191

31763192
<wpt>
31773193
border-writing-mode-dynamic-001.html
3194+
collapsed-border-sideways-rl-rtl-overflow.html
3195+
collapsed-border-vertical-lr-rtl-overflow.html
3196+
collapsed-border-vertical-rtl-overflow.html
31783197
</wpt>
31793198

31803199
<!--——————————————————————————————————————————————————————————————————————————-->
@@ -3908,4 +3927,4 @@ Significant changes since the <a href="https://www.w3.org/TR/2019/WD-css-tables-
39083927
tentative/td-box-sizing-001.html
39093928
tentative/td-box-sizing-002.html
39103929
tentative/td-box-sizing-003.html
3911-
</wpt>
3930+
</wpt>

0 commit comments

Comments
 (0)