Skip to content

Commit 6fc80b8

Browse files
committed
[css-multicol-1] inlining more tests
Will need to move some of these to more precise locations, but getting them at least near the thing they are testing.
1 parent 7eb12cc commit 6fc80b8

File tree

1 file changed

+81
-1
lines changed

1 file changed

+81
-1
lines changed

css-multicol-1/Overview.bs

+81-1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ The Multi-Column Model</h2>
189189
and therefore acts as a container for [=multi-column layout=].
190190

191191
<wpt>
192+
multicol-width-004.html
192193
multicol-count-computed-004.xht
193194
</wpt>
194195

@@ -348,7 +349,7 @@ The Multi-Column Model</h2>
348349
whose contents consist of a series of
349350
[=multicol lines=] and <dfn:export>multicol spanners</dfn>.
350351
Each [=multi-column line=] acts as a [=block-level box=]
351-
that establishes a <dfn:export>multi-column formatting context</dfn>
352+
that establishes a <dfn>multi-column formatting context</dfn>
352353
for its [=column boxes=];
353354
and each [=spanner=] acts as a [=block-level box=]
354355
that establishes an [=independent formatting context=]
@@ -438,6 +439,9 @@ these two properties determine the outcome:-->
438439
multicol-width-large-002.xht
439440
multicol-inherit-003.xht
440441
multicol-list-item-001.xht
442+
parsing/column-width-computed.html
443+
parsing/column-width-invalid.html
444+
parsing/column-width-valid.html
441445
</wpt>
442446

443447
<div class="example">
@@ -529,6 +533,9 @@ these two properties determine the outcome:-->
529533
multicol-count-non-integer-003.xht
530534
multicol-inherit-001.xht
531535
multicol-inherit-002.xht
536+
parsing/column-count-invalid.html
537+
parsing/column-count-valid.html
538+
parsing/column-count-computed.html
532539
multicol-table-cell-001.xht
533540
multicol-table-cell-height-001.xht
534541
multicol-table-cell-height-002.xht
@@ -579,6 +586,8 @@ these two properties determine the outcome:-->
579586
multicol-basic-003.html
580587
multicol-basic-005.xht
581588
multicol-basic-007.xht
589+
parsing/columns-invalid.html
590+
parsing/columns-valid.html
582591
</wpt>
583592

584593

@@ -711,6 +720,7 @@ Stacking Context</h3>
711720
<wpt>
712721
multicol-height-001.xht
713722
multicol-nested-column-rule-001.xht
723+
multicol-rule-nested-balancing-001.html
714724
</wpt>
715725

716726
A [=column rule=] is drawn in the middle of the [=column gap=]
@@ -787,6 +797,9 @@ Stacking Context</h3>
787797
multicol-rule-color-001.xht
788798
multicol-rule-color-inherit-001.xht
789799
multicol-rule-color-inherit-002.xht
800+
parsing/column-rule-color-computed.html
801+
parsing/column-rule-color-valid.html
802+
parsing/column-rule-color-invalid.html
790803
</wpt>
791804

792805

@@ -806,6 +819,12 @@ Stacking Context</h3>
806819
The 'column-rule-style' property sets the style of the rule between columns of an element.
807820
The <<line-style>> values are interpreted as in the <a href="https://www.w3.org/TR/CSS2/tables.html#collapsing-borders">collapsing border model</a>.
808821

822+
<wpt>
823+
parsing/column-rule-style-computed.html
824+
parsing/column-rule-style-valid.html
825+
parsing/column-rule-style-invalid.html
826+
</wpt>
827+
809828
The ''border-style/none'' value forces the computed value of 'column-rule-width' to be ''0''.
810829

811830

@@ -829,6 +848,9 @@ Stacking Context</h3>
829848
multicol-rule-fraction-001.xht
830849
multicol-rule-px-001.xht
831850
multicol-rule-percent-001.xht
851+
parsing/column-rule-width-computed.html
852+
parsing/column-rule-width-invalid.html
853+
parsing/column-rule-width-valid.html
832854
</wpt>
833855

834856
<h3 id="cr">Column Rule Shorthand: the 'column-rule' property</h3>
@@ -858,6 +880,9 @@ Stacking Context</h3>
858880
multicol-rule-groove-000.xht
859881
multicol-rule-ridge-000.xht
860882
multicol-rule-solid-000.xht
883+
parsing/column-rule-computed.html
884+
parsing/column-rule-invalid.html
885+
parsing/column-rule-valid.html
861886
</wpt>
862887

863888
<div class=example>
@@ -899,6 +924,7 @@ Column Breaks</h2>
899924

900925
<wpt>
901926
multicol-break-000.xht
927+
multicol-break-001.xht
902928
</wpt>
903929

904930

@@ -926,6 +952,10 @@ Spanning Columns</h2>
926952
Animation type: discrete
927953
</pre>
928954

955+
<wpt>
956+
parsing/column-span-invalid.html
957+
</wpt>
958+
929959
This property describes how many columns an element spans across. Values are:
930960

931961
<dl dfn-type=value dfn-for=column-span>
@@ -966,6 +996,54 @@ Spanning Columns</h2>
966996
multicol-span-all-margin-nested-firstchild-001.xht
967997
multicol-span-float-001.xht
968998
inline-block-and-column-span-all.html
999+
multicol-span-all-dynamic-remove-001.html
1000+
multicol-span-all-dynamic-add-001.html
1001+
multicol-span-all-dynamic-remove-002.html
1002+
multicol-span-all-dynamic-add-002.html
1003+
multicol-span-all-dynamic-remove-003.html
1004+
multicol-span-all-dynamic-add-003.html
1005+
multicol-span-all-dynamic-remove-004.html
1006+
multicol-span-all-dynamic-add-004.html
1007+
multicol-span-all-dynamic-add-005.html
1008+
multicol-span-all-dynamic-remove-006.html
1009+
multicol-span-all-dynamic-add-006.html
1010+
multicol-span-all-dynamic-remove-007.html
1011+
multicol-span-all-dynamic-add-007.html
1012+
multicol-span-all-dynamic-add-008.html
1013+
multicol-span-all-dynamic-add-009.html
1014+
multicol-span-all-dynamic-add-010.html
1015+
multicol-span-all-dynamic-add-011.html
1016+
multicol-span-all-dynamic-add-012.html
1017+
multicol-span-all-dynamic-add-013.html
1018+
multicol-span-all-children-height-001.html
1019+
multicol-span-all-children-height-002.html
1020+
multicol-span-all-children-height-003.html
1021+
multicol-span-all-children-height-004a.html
1022+
multicol-span-all-children-height-004b.html
1023+
multicol-span-all-children-height-005.html
1024+
multicol-span-all-children-height-006.html
1025+
multicol-span-all-004.html
1026+
multicol-span-all-005.html
1027+
multicol-span-all-006.html
1028+
multicol-span-all-007.html
1029+
multicol-span-all-008.html
1030+
multicol-span-all-009.html
1031+
multicol-span-all-010.html
1032+
multicol-span-all-011.html
1033+
multicol-span-all-rule-001.html
1034+
multicol-span-all-button-001.html
1035+
multicol-span-all-button-002.html
1036+
multicol-span-all-button-003.html
1037+
multicol-span-all-fieldset-001.html
1038+
multicol-span-all-fieldset-002.html
1039+
multicol-span-all-fieldset-003.html
1040+
multicol-span-all-restyle-001.html
1041+
multicol-span-all-restyle-002.html
1042+
multicol-span-all-restyle-003.html
1043+
multicol-span-all-restyle-004.html
1044+
multicol-span-all-list-item-001.html
1045+
multicol-span-all-list-item-002.html
1046+
float-with-line-after-spanner.html
9691047
</wpt>
9701048
</dd>
9711049
</dl>
@@ -1157,6 +1235,8 @@ Filling Columns</h2>
11571235
<wpt>
11581236
multicol-fill-000.xht
11591237
multicol-fill-001.xht
1238+
parsing/column-fill-invalid.html
1239+
parsing/column-fill-valid.html
11601240
</wpt>
11611241
</dd>
11621242
<dt><dfn>balance-all</dfn></dt>

0 commit comments

Comments
 (0)