Skip to content

Commit 26131d0

Browse files
committed
Remove 'at parse time' to resolve issue 16.
1 parent 13c89eb commit 26131d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-color/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4495,7 +4495,7 @@ <h3 id=currentcolor><span class=secno>4.4. </span>'currentColor' color
44954495
class=property><a href="#color0">color</a></code>&rsquo; property. If the
44964496
'currentColor' keyword is set on the &lsquo;<code class=property><a
44974497
href="#color0">color</a></code>&rsquo; property itself, it is treated as
4498-
&lsquo;<code class=css>color:inherit</code>&rsquo; at parse time.
4498+
&lsquo;<code class=css>color:inherit</code>&rsquo;.
44994499
</dl>
45004500

45014501
<h3 id=css-system><span class=secno>4.5. </span>CSS System Colors</h3>

css3-color/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ <h3 id="currentcolor">'currentColor' color keyword</h3>
15841584
for the 'fill', 'stroke', 'stop-color', 'flood-color', 'lighting-color' properties. CSS3 extends the color value to include the 'currentColor' keyword to allow its use with all properties that accept a &lt;color&gt; value. This simplifies the definition of those properties in CSS3.
15851585
</p>
15861586
<dl><dt class="index-def" id="currentColor-def">currentColor</dt>
1587-
<dd>The value of the 'color' property. The computed value of the 'currentColor' keyword is the computed value of the 'color' property. If the 'currentColor' keyword is set on the 'color' property itself, it is treated as 'color:inherit' at parse time.
1587+
<dd>The value of the 'color' property. The computed value of the 'currentColor' keyword is the computed value of the 'color' property. If the 'currentColor' keyword is set on the 'color' property itself, it is treated as 'color:inherit'.
15881588
</dd>
15891589
</dl>
15901590

0 commit comments

Comments
 (0)