Skip to content

Commit 310a1b5

Browse files
committed
[css2] Issue 259.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403185
1 parent 16fe5a7 commit 310a1b5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css2/cascade.src

Lines changed: 5 additions & 5 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.71 2010-12-03 15:20:08 bbos Exp $ -->
3+
<!-- $Id: cascade.src,v 2.72 2011-03-25 21:05:16 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
66
</HEAD>
@@ -47,7 +47,7 @@ never requires the user agent to render the document.
4747
<p>The computed value of URIs that the UA cannot resolve to absolute
4848
URIs is the specified value.
4949

50-
<p>When the specified value is not 'inherit', the computed value of a
50+
<p>The computed value of a
5151
property is determined as specified by the Computed Value line in the
5252
definition of the
5353
property. See the section on <a href="#inheritance">inheritance</a>
@@ -145,10 +145,10 @@ href="visuren.html#box-gen">anonymous boxes.</a></span>
145145
of"><a name="value-def-inherit">'inherit'</a></span>
146146
value</h3>
147147

148-
<P>Each property may also have a specified value of 'inherit', which
149-
means that, for a given element, the property takes the same computed
148+
<P>Each property may also have a cascaded value of 'inherit', which
149+
means that, for a given element, the property takes the same specified
150150
value as the property for the element's parent. The 'inherit' value
151-
can be used to strengthen inherited values, and it can also be used on
151+
can be used to enforce inheritance of values, and it can also be used on
152152
properties that are not normally inherited.
153153

154154
<p>If the 'inherit' value is set on the root element, the property is

0 commit comments

Comments
 (0)