Skip to content

Commit 8b4c87e

Browse files
committed
[css2] Encoded as ASCII.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403259
1 parent f5cf49b commit 8b4c87e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/cascade.src

Lines changed: 2 additions & 2 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.77 2011-11-17 17:19:25 bbos Exp $ -->
3+
<!-- $Id: cascade.src,v 2.78 2012-08-21 13:50:54 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-->
@@ -33,7 +33,7 @@ on the following mechanisms (in order of precedence):</p>
3333
<ol>
3434
<li>If the <a href="#cascade">cascade</a> results in a value, use it.
3535
Except that, if the value is 'inherit', the specified value is defined
36-
in <a href="#value-def-inherit" >The 'inherit' value</a> below.
36+
in <a href="#value-def-inherit" >&ldquo;The 'inherit' value&rdquo;</a> below.
3737

3838
<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.
3939
<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.

0 commit comments

Comments
 (0)