Skip to content

Commit 56a0e56

Browse files
committed
border-style values are the same as in collapsing border model
1 parent 0ecd834 commit 56a0e56

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

css3-multicol/Overview.src.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,10 @@ <h3 id='crs'>'column-rule-style'</h3>
932932
<td><dfn>column-rule-style</dfn>
933933
<tr>
934934
<td><em>Value:</em>
935-
<td><a href="http://www.w3.org/TR/CSS21/box.html#value-def-border-style">&lt;border-style&gt;</a>
935+
<td><a href="http://www.w3.org/TR/CSS2/tables.html#table-border-styles">&lt;border-style&gt;</a>
936+
937+
<!--http://www.w3.org/TR/CSS21/box.html#value-def-border-style-->
938+
936939
<tr>
937940
<td><em>Initial:</em>
938941
<td>none
@@ -953,11 +956,7 @@ <h3 id='crs'>'column-rule-style'</h3>
953956
<td>specified value
954957
</table>
955958

956-
<p>The 'column-rule-style' property sets the style of the rule between
957-
columns of an element. The &lt;border-style&gt; values are defined in [[!CSS21]].
958-
959-
<p>The ''inset'' keyword value is shown like the ''ridge'' value. The
960-
''outset'' value is shown like ''groove''.
959+
<p>The 'column-rule-style' property sets the style of the rule between columns of an element. The &lt;border-style&gt; values are defined in [[!CSS21]] and the values are interpreted as in the <a href="http://www.w3.org/TR/CSS2/tables.html#collapsing-borders">the collapsing border model</a>.
961960

962961
<p>The 'none' value forces the computed value of <span class="property">'column-rule-width'</span> to be '0'.
963962

0 commit comments

Comments
 (0)