Skip to content

Commit ab60bee

Browse files
committed
[css2] Improved wording of
http://www.w3.org/Style/css2-updates/REC-CSS2-20110607-errata.html#s.6.1.1 --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403253
1 parent 507b0a8 commit ab60bee

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/cascade.src

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: cascade.src,v 2.76 2011-11-17 13:37:40 bbos Exp $ -->
3+
<!-- $Id: cascade.src,v 2.77 2011-11-17 17:19:25 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
66
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
@@ -32,8 +32,9 @@ on the following mechanisms (in order of precedence):</p>
3232

3333
<ol>
3434
<li>If the <a href="#cascade">cascade</a> results in a value, use it.
35-
But if the cascade results in 'inherit', the specified value is as
36-
explained in <a href="#value-def-inherit" >“The 'inherit' value.”</a>
35+
Except that, if the value is 'inherit', the specified value is defined
36+
in <a href="#value-def-inherit" >“The 'inherit' value”</a> below.
37+
3738
<li>Otherwise, if the property is <a href="#inheritance">inherited</a> and the element is not the root of the <a>document tree</a>, use the computed value of the parent element.
3839
<li>Otherwise use the property's <span class="index-def" title="initial value">initial value</span>. The initial value of each property is indicated in the property's definition.
3940
</ol>

0 commit comments

Comments
 (0)