Skip to content

Commit 40b4908

Browse files
committed
[css-flexbox-1][editorial] Final missing WPT added
1 parent a1b1a20 commit 40b4908

File tree

1 file changed

+73
-1
lines changed

1 file changed

+73
-1
lines changed

css-flexbox-1/Overview.bs

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,15 @@ Flex Containers: the ''flex'' and ''inline-flex'' 'display' values</h2>
702702
interactive/flexbox_interactive_order-transitions.html
703703
nested-flex-image-loading-invalidates-intrinsic-sizes.html
704704
percentage-margins-001.html
705+
stretch-after-sibling-size-change.html
706+
stretched-child-in-nested-flexbox-001.html
707+
stretched-child-in-nested-flexbox-002.html
708+
stretched-child-in-nested-flexbox-003.html
709+
stretched-child-shrink-on-relayout.html
710+
stretch-flex-item-checkbox-input.html
711+
stretch-flex-item-radio-input.html
712+
stretching-orthogonal-flows.html
713+
table-with-percent-intrinsic-width.html
705714
</wpt>
706715

707716
<dt><dfn>inline-flex</dfn>
@@ -775,6 +784,7 @@ Flex Containers: the ''flex'' and ''inline-flex'' 'display' values</h2>
775784
padding-overflow-crash.html
776785
padding-overflow.html
777786
text-overflow-on-flexbox-001.html
787+
synthesize-vrl-baseline.html
778788
</wpt>
779789

780790
Flex containers are not block containers,
@@ -861,6 +871,7 @@ Flex Items</h2>
861871
hittest-anonymous-box.html
862872
percentage-descendant-of-anonymous-flex-item.html
863873
percentage-size-subitems-001.html
874+
whitespace-in-flexitem-001.html
864875
</wpt>
865876

866877
<div class="example">
@@ -1461,6 +1472,8 @@ Grid doesn't have similarly meaningful shrinkability, so it doesn't need to care
14611472
getcomputedstyle/flexbox_computedstyle_min-auto-size.html
14621473
getcomputedstyle/flexbox_computedstyle_min-height-auto.html
14631474
getcomputedstyle/flexbox_computedstyle_min-width-auto.html
1475+
select-element-zero-height-001.html
1476+
select-element-zero-height-002.html
14641477
</wpt>
14651478

14661479
Note: The [=content-based minimum size=] is a type of [=intrinsic size contribution=],
@@ -2257,6 +2270,8 @@ The 'flex' Shorthand</h3>
22572270
parsing/flex-grow-computed.html
22582271
parsing/flex-grow-invalid.html
22592272
parsing/flex-grow-valid.html
2273+
table-item-flex-percentage-min-width.html
2274+
table-item-flex-percentage-width.html
22602275
</wpt>
22612276

22622277
<details class=note>
@@ -2329,6 +2344,8 @@ The 'flex' Shorthand</h3>
23292344
parsing/flex-shrink-computed.html
23302345
parsing/flex-shrink-invalid.html
23312346
parsing/flex-shrink-valid.html
2347+
table-item-flex-percentage-min-width.html
2348+
table-item-flex-percentage-width.html
23322349
</wpt>
23332350

23342351
Note: The <a>flex shrink factor</a> is multiplied by the <a>flex base size</a> when distributing negative space.
@@ -2389,6 +2406,7 @@ The 'flex' Shorthand</h3>
23892406
parsing/flex-basis-computed.html
23902407
parsing/flex-basis-invalid.html
23912408
parsing/flex-basis-valid.html
2409+
table-as-item-percent-width-cell-001.html
23922410
</wpt>
23932411

23942412
<<'flex-basis'>> accepts the same values as the 'width' and 'height' properties
@@ -2914,7 +2932,8 @@ Axis Alignment: the 'justify-content' property</h3>
29142932
justify-content_space-between-001.html
29152933
justify-content_space-between-002.html
29162934
scrollbars-auto.html
2917-
2935+
scrollbars.html
2936+
scrollbars-no-margin.html
29182937
</wpt>
29192938

29202939
The 'justify-content' property aligns <a>flex items</a> along the <a>main axis</a> of the current line of the flex container.
@@ -3092,6 +3111,13 @@ Cross-axis Alignment: the 'align-items' and 'align-self' properties</h3>
30923111
position-relative-percentage-top-002.html
30933112
position-relative-percentage-top-003.html
30943113
relayout-align-items.html
3114+
stretch-input-in-column.html
3115+
stretch-requires-computed-auto-size.html
3116+
table-as-item-stretch-cross-size-2.html
3117+
table-as-item-stretch-cross-size-3.html
3118+
table-as-item-stretch-cross-size-4.html
3119+
table-as-item-stretch-cross-size-5.html
3120+
table-as-item-stretch-cross-size.html
30953121
</wpt>
30963122

30973123
<pre class='propdef'>
@@ -3600,6 +3626,16 @@ Flex Layout Algorithm</h2>
36003626
percentage-max-height-004.html
36013627
percentage-max-height-005.html
36023628
percent-height-flex-items-cross-sizes-with-mutations.html
3629+
table-as-item-auto-min-width.html
3630+
table-as-item-change-cell.html
3631+
table-as-item-fixed-min-width-2.html
3632+
table-as-item-fixed-min-width-3.html
3633+
table-as-item-fixed-min-width.html
3634+
table-as-item-narrow-content-2.html
3635+
table-as-item-narrow-content.html
3636+
table-as-item-specified-height.html
3637+
table-as-item-specified-width.html
3638+
table-as-item-specified-width-vertical.html
36033639
</wpt>
36043640

36053641
<h3 id='box-manip'>
@@ -3661,6 +3697,15 @@ Line Length Determination</h3>
36613697
item-with-table-with-infinite-max-intrinsic-width.html
36623698
multiline-min-max.html
36633699
orthogonal-writing-modes-and-intrinsic-sizing.html
3700+
svg-root-as-flex-item-001.html
3701+
svg-root-as-flex-item-002.html
3702+
svg-root-as-flex-item-003.html
3703+
svg-root-as-flex-item-004.html
3704+
svg-root-as-flex-item-005.html
3705+
svg-root-as-flex-item-006.html
3706+
table-as-item-min-height-1.html
3707+
table-as-item-wide-content.html
3708+
table-with-infinite-max-intrinsic-width.html
36643709
</wpt>
36653710

36663711
<ol type=A>
@@ -3739,6 +3784,10 @@ Line Length Determination</h3>
37393784
clamped according to its <a lt="used value">used</a> min and max <a>main sizes</a>
37403785
(and flooring the content box size at zero).
37413786

3787+
<wpt>
3788+
text-as-flexitem-size-001.html
3789+
</wpt>
3790+
37423791
<li id='algo-main-container'>
37433792
<strong>Determine the <a>main size</a> of the flex container</strong>
37443793
using the rules of the formatting context in which it participates.
@@ -3929,6 +3978,10 @@ Cross Size Determination</h3>
39293978
treating this used size as its definite cross size
39303979
so that percentage-sized children can be resolved.
39313980

3981+
<wpt>
3982+
table-as-item-cross-size.html
3983+
</wpt>
3984+
39323985
<p class='note'>
39333986
Note that this step does not affect the <a>main size</a> of the flex item,
39343987
even if it has a [=preferred aspect ratio=].
@@ -4131,6 +4184,10 @@ Resolving Flexible Lengths</h3>
41314184
item-with-max-height-and-scrollbar.html
41324185
max-width-violation.html
41334186
relayout-image-load.html
4187+
table-as-item-inflexible-in-column-1.html
4188+
table-as-item-inflexible-in-column-2.html
4189+
table-as-item-inflexible-in-row-1.html
4190+
table-as-item-inflexible-in-row-2.html
41344191
</wpt>
41354192

41364193
<!--
@@ -4180,6 +4237,9 @@ Definite and Indefinite Sizes</h3>
41804237
height-percentage-with-dynamic-container-size.html
41814238
percentage-widths-001.html
41824239
position-fixed-001.html
4240+
stretch-obeys-min-max-001.html
4241+
stretch-obeys-min-max-002.html
4242+
stretch-obeys-min-max-003.html
41834243
</wpt>
41844244

41854245
Note: This means that within [=flex layout=],
@@ -4287,6 +4347,7 @@ Intrinsic Sizes</h3>
42874347
intrinsic-size/row-use-cases-001.html
42884348
intrinsic-size/row-wrap-001.html
42894349
multiline-shrink-to-fit.html
4350+
svg-no-natural-size-grandchild.html
42904351
</wpt>
42914352

42924353
<h4 id='intrinsic-main-sizes'>
@@ -4522,6 +4583,11 @@ Flex Container Intrinsic Cross Sizes</h4>
45224583
but doing it completely correct is insanely expensive,
45234584
and this works reasonably well.
45244585

4586+
<wpt>
4587+
table-as-flex-item-max-content.html
4588+
table-as-item-flex-cross-size.html
4589+
</wpt>
4590+
45254591

45264592
<h4 id='intrinsic-item-contributions'>
45274593
Flex Item Intrinsic Size Contributions</h4>
@@ -5105,6 +5171,7 @@ Appendix B: <code>-webkit-</code> Legacy Properties</h2>
51055171
<wpt>
51065172
flexbox_width-wrapping-column.html
51075173
parsing/webkit-aliases.html
5174+
webkit-box-vertical-writing-mode.html
51085175
</wpt>
51095176

51105177
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
@@ -7026,6 +7093,7 @@ No new security considerations have been reported on this specification.
70267093
position-relative-with-scrollable-with-abspos-crash.html
70277094
relayout-input.html
70287095
remove-out-of-flow-child-crash.html
7096+
zero-content-size-with-scrollbar-crash.html
70297097
</wpt>
70307098

70317099
<wpt ignore title="need quirks mode">
@@ -7047,4 +7115,8 @@ No new security considerations have been reported on this specification.
70477115
remove-wrapped-001.html
70487116
remove-wrapped-002.html
70497117
scrollbars-auto-min-content-sizing.html
7118+
select-element-multiple.html
7119+
shrinking-column-flexbox.html
7120+
table-as-item-large-intrinsic-size.html
7121+
table-with-float-paint.html
70507122
</wpt>

0 commit comments

Comments
 (0)