Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions css-multicol-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ Column gaps and rules</h2>

<pre class=propdef>
Name: column-rule-style
Value: <<'border-style'>>
Value: <<line-style>>
Initial: none
Applies to: multicol containers
Inherited: no
Expand All @@ -831,7 +831,7 @@ Column gaps and rules</h2>
</pre>

The 'column-rule-style' property sets the style of the rule between columns of an element.
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>.
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>.

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

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

<pre class=propdef>
Name: column-rule-width
Value: <<'border-width'>>
Value: <<line-width>>
Initial: medium
Applies to: multicol containers
Inherited: no
Expand Down