Skip to content

Commit b7cd981

Browse files
author
howcome
committed
revising color references
1 parent 8a4515b commit b7cd981

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

css-multicol/Overview.src.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -949,12 +949,10 @@ <h3 id='crc'>'column-rule-color'</h3>
949949
<td><var>column-rule-color</var>
950950
<tr>
951951
<td><em>Value:</em>
952-
<td>&lt;color&gt;
952+
<td><a href="http://www.w3.org/TR/2011/REC-css3-color-20110607/#valuea-def-color">&lt;color&gt;</a>
953953
<tr>
954954
<td><em>Initial:</em>
955-
<td>currentColor
956-
<!-- <td><a href="http://www.w3.org/TR/css3-color/#currentcolor">currentColor</a>-->
957-
955+
<td><a href="http://www.w3.org/TR/css3-color/#currentcolor">currentColor</a>
958956
<tr>
959957
<td><em>Applies to:</em>
960958
<td>multicol elements
@@ -975,7 +973,7 @@ <h3 id='crc'>'column-rule-color'</h3>
975973
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
976974
</table>
977975

978-
<p>This property sets the color of the column rule. The &lt;color&gt; values are defined in [[!CSS3COLOR]].
976+
<p>This property sets the color of the column rule. The <a href="http://www.w3.org/TR/2011/REC-css3-color-20110607/#valuea-def-color">&lt;color&gt;</a> values are defined in [[!CSS3COLOR]].
979977

980978

981979
<h3 id='crs'>'column-rule-style'</h3>
@@ -1061,7 +1059,7 @@ <h3>'column-rule'</h3>
10611059
<td><dfn>column-rule</dfn>
10621060
<tr>
10631061
<td><em>Value:</em>
1064-
<td><a href='#crw'>&lt;'column-rule-width'&gt;</a> || <a href='#crs'>&lt;'column-rule-style'&gt;</a> || [ <a href='#crc'>&lt;'column-rule-color'&gt;</a> | transparent ]
1062+
<td><a href='#crw'>&lt;'column-rule-width'&gt;</a> || <a href='#crs'>&lt;'column-rule-style'&gt;</a> || [ <a href='#crc'>&lt;'column-rule-color'&gt;</a> ]
10651063
<tr>
10661064
<td><em>Initial:</em>
10671065
<td>see individual properties

0 commit comments

Comments
 (0)