Skip to content

Commit 42fee89

Browse files
committed
[css-multicol] Adding Can I Use Panels and a fix
Adding the Can I Use Panels, also fixing the column-gap definition which had been re-added in an unrelated commit. Looks like an error as we resolved to move it to css3-align.
1 parent 47fa0c1 commit 42fee89

File tree

1 file changed

+3
-41
lines changed

1 file changed

+3
-41
lines changed

css-multicol-1/Overview.bs

+3-41
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ Previous Version: https://www.w3.org/TR/2001/WD-css3-multicol-20010118/
1919
Previous Version: http://www.w3.org/1999/06/WD-css3-multicol-19990623
2020
Editor: Håkon Wium Lie, Opera Software, howcome@opera.com, w3cid 9796
2121
Editor: Florian Rivoal, On behalf of Bloomberg, https://florian.rivoal.net, w3cid 43241
22-
Editor: Rachel Andrew, Fronteers, https://rachelandrew.co.uk, w3cid 81117
22+
Editor: Rachel Andrew, Invited Expert, https://rachelandrew.co.uk, w3cid 81117
2323
Issue Tracking: Disposition of Comments https://drafts.csswg.org/css-multicol-1/issues
2424
Abstract: This specification describes multi-column layouts in CSS, a style sheet language for the web. Using functionality described in the specification, content can be flowed into multiple columns with a gap and a rule between them.
2525
Link Defaults: css-color (property) color, css2 (property) max-height, css-backgrounds-3 (value) hidden
26+
Include Can I Use Panels: yes
2627
</pre>
2728

2829
<pre class="link-defaults">
@@ -761,17 +762,7 @@ Stacking Context</h3>
761762

762763
<h3 id='cg'>Gutters Between Columns: the 'column-gap' property</h3>
763764

764-
<pre class=propdef>
765-
Name: column-gap
766-
Value: <<length-percentage [0,&infin;]>> | normal
767-
Initial: normal
768-
Applies to: <a>multicol containers</a>
769-
Inherited: no
770-
Percentages: refer to the content width of the multi-column container
771-
Computed value: the keyword ''column-gap/normal'' or a computed <<length-percentage>> value
772-
Animation type: by computed value type
773-
</pre>
774-
The 'column-gap' property is defined in [[!CSS3-ALIGN]].
765+
The 'column-gap' property is defined in [[!CSS3-ALIGN]].
775766

776767
In a [=multi-column formatting context=]
777768
the used value of ''normal'' for the 'column-gap' property is ''1em''.
@@ -795,35 +786,6 @@ Stacking Context</h3>
795786
multicol-gap-003.xht
796787
</wpt>
797788

798-
<i>'column-gap' accepting <<length-percentage [0,&infin;]>> is at risk,
799-
and may be reverted to <<length [0,&infin;]>>.</i>
800-
801-
<dl dfn-type=value dfn-for=column-gap>
802-
<dt><dfn><<length-percentage [0,&infin;]>></dfn>
803-
<dd>
804-
Specifies the gap between columns.
805-
If there is a column rule between columns,
806-
it will appear in the middle of the gap.
807-
808-
Negative values are not allowed.
809-
810-
<wpt>
811-
multicol-gap-000.xht
812-
multicol-gap-002.xht
813-
multicol-gap-percentage-001.html
814-
</wpt>
815-
816-
<dt><dfn>normal</dfn>
817-
<dd>
818-
Identical to <a value for="column-gap">&lt;length-percentage></a>,
819-
but with a used value of ''1em''.
820-
821-
<wpt>
822-
multicol-gap-001.xht
823-
multicol-gap-003.xht
824-
</wpt>
825-
</dl>
826-
827789

828790
<h3 id='crc'>The Color of Column Rules: the
829791
'column-rule-color' property</h3>

0 commit comments

Comments
 (0)