@@ -189,6 +189,7 @@ The Multi-Column Model</h2>
189
189
and therefore acts as a container for [=multi-column layout=] .
190
190
191
191
<wpt>
192
+ multicol-width-004.html
192
193
multicol-count-computed-004.xht
193
194
</wpt>
194
195
@@ -348,7 +349,7 @@ The Multi-Column Model</h2>
348
349
whose contents consist of a series of
349
350
[=multicol lines=] and <dfn:export>multicol spanners</dfn> .
350
351
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>
352
353
for its [=column boxes=] ;
353
354
and each [=spanner=] acts as a [=block-level box=]
354
355
that establishes an [=independent formatting context=]
@@ -438,6 +439,9 @@ these two properties determine the outcome:-->
438
439
multicol-width-large-002.xht
439
440
multicol-inherit-003.xht
440
441
multicol-list-item-001.xht
442
+ parsing/column-width-computed.html
443
+ parsing/column-width-invalid.html
444
+ parsing/column-width-valid.html
441
445
</wpt>
442
446
443
447
<div class="example">
@@ -529,6 +533,9 @@ these two properties determine the outcome:-->
529
533
multicol-count-non-integer-003.xht
530
534
multicol-inherit-001.xht
531
535
multicol-inherit-002.xht
536
+ parsing/column-count-invalid.html
537
+ parsing/column-count-valid.html
538
+ parsing/column-count-computed.html
532
539
multicol-table-cell-001.xht
533
540
multicol-table-cell-height-001.xht
534
541
multicol-table-cell-height-002.xht
@@ -579,6 +586,8 @@ these two properties determine the outcome:-->
579
586
multicol-basic-003.html
580
587
multicol-basic-005.xht
581
588
multicol-basic-007.xht
589
+ parsing/columns-invalid.html
590
+ parsing/columns-valid.html
582
591
</wpt>
583
592
584
593
@@ -711,6 +720,7 @@ Stacking Context</h3>
711
720
<wpt>
712
721
multicol-height-001.xht
713
722
multicol-nested-column-rule-001.xht
723
+ multicol-rule-nested-balancing-001.html
714
724
</wpt>
715
725
716
726
A [=column rule=] is drawn in the middle of the [=column gap=]
@@ -787,6 +797,9 @@ Stacking Context</h3>
787
797
multicol-rule-color-001.xht
788
798
multicol-rule-color-inherit-001.xht
789
799
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
790
803
</wpt>
791
804
792
805
@@ -806,6 +819,12 @@ Stacking Context</h3>
806
819
The 'column-rule-style' property sets the style of the rule between columns of an element.
807
820
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> .
808
821
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
+
809
828
The ''border-style/none'' value forces the computed value of 'column-rule-width' to be ''0'' .
810
829
811
830
@@ -829,6 +848,9 @@ Stacking Context</h3>
829
848
multicol-rule-fraction-001.xht
830
849
multicol-rule-px-001.xht
831
850
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
832
854
</wpt>
833
855
834
856
<h3 id="cr">Column Rule Shorthand: the 'column-rule' property</h3>
@@ -858,6 +880,9 @@ Stacking Context</h3>
858
880
multicol-rule-groove-000.xht
859
881
multicol-rule-ridge-000.xht
860
882
multicol-rule-solid-000.xht
883
+ parsing/column-rule-computed.html
884
+ parsing/column-rule-invalid.html
885
+ parsing/column-rule-valid.html
861
886
</wpt>
862
887
863
888
<div class=example>
@@ -899,6 +924,7 @@ Column Breaks</h2>
899
924
900
925
<wpt>
901
926
multicol-break-000.xht
927
+ multicol-break-001.xht
902
928
</wpt>
903
929
904
930
@@ -926,6 +952,10 @@ Spanning Columns</h2>
926
952
Animation type : discrete
927
953
</pre>
928
954
955
+ <wpt>
956
+ parsing/column-span-invalid.html
957
+ </wpt>
958
+
929
959
This property describes how many columns an element spans across. Values are:
930
960
931
961
<dl dfn-type=value dfn-for=column-span>
@@ -966,6 +996,54 @@ Spanning Columns</h2>
966
996
multicol-span-all-margin-nested-firstchild-001.xht
967
997
multicol-span-float-001.xht
968
998
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
969
1047
</wpt>
970
1048
</dd>
971
1049
</dl>
@@ -1157,6 +1235,8 @@ Filling Columns</h2>
1157
1235
<wpt>
1158
1236
multicol-fill-000.xht
1159
1237
multicol-fill-001.xht
1238
+ parsing/column-fill-invalid.html
1239
+ parsing/column-fill-valid.html
1160
1240
</wpt>
1161
1241
</dd>
1162
1242
<dt> <dfn>balance-all</dfn> </dt>
0 commit comments