Skip to content

Commit 35f64f1

Browse files
author
Eric Willigers
committed
[css-multicol] Refer to line-style,line-width
The grammar rules are now - column-rule-style: < line-style > - column-rule-width: < line-width > instead of - column-rule-style: <‘border-style’> - column-rule-width: <‘border-width’> - border-style: < line-style >{1,4} - border-width: < line-width >{1,4} resolves #2379
1 parent 6d4ee27 commit 35f64f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-multicol-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ Column gaps and rules</h2>
820820

821821
<pre class=propdef>
822822
Name: column-rule-style
823-
Value: <<'border-style'>>
823+
Value: <<line-style>>
824824
Initial: none
825825
Applies to: multicol containers
826826
Inherited: no
@@ -831,7 +831,7 @@ Column gaps and rules</h2>
831831
</pre>
832832

833833
The 'column-rule-style' property sets the style of the rule between columns of an element.
834-
The <<'border-style'>> values are interpreted as in the <a href="https://www.w3.org/TR/CSS2/tables.html#collapsing-borders">collapsing border model</a>.
834+
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>.
835835

836836
The ''border-style/none'' value forces the computed value of 'column-rule-width' to be ''0''.
837837

@@ -841,7 +841,7 @@ Column gaps and rules</h2>
841841

842842
<pre class=propdef>
843843
Name: column-rule-width
844-
Value: <<'border-width'>>
844+
Value: <<line-width>>
845845
Initial: medium
846846
Applies to: multicol containers
847847
Inherited: no

0 commit comments

Comments
 (0)