|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <HEAD> |
5 | 5 | <TITLE>Assigning property values, Cascading, and Inheritance</TITLE> |
6 | 6 | </HEAD> |
@@ -47,7 +47,7 @@ never requires the user agent to render the document. |
47 | 47 | <p>The computed value of URIs that the UA cannot resolve to absolute |
48 | 48 | URIs is the specified value. |
49 | 49 |
|
50 | | -<p>When the specified value is not 'inherit', the computed value of a |
| 50 | +<p>The computed value of a |
51 | 51 | property is determined as specified by the Computed Value line in the |
52 | 52 | definition of the |
53 | 53 | property. See the section on <a href="#inheritance">inheritance</a> |
@@ -145,10 +145,10 @@ href="visuren.html#box-gen">anonymous boxes.</a></span> |
145 | 145 | of"><a name="value-def-inherit">'inherit'</a></span> |
146 | 146 | value</h3> |
147 | 147 |
|
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 |
150 | 150 | 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 |
152 | 152 | properties that are not normally inherited. |
153 | 153 |
|
154 | 154 | <p>If the 'inherit' value is set on the root element, the property is |
|
0 commit comments