|
2 | 2 | 'http://www.w3.org/TR/html4/strict.dtd'> |
3 | 3 |
|
4 | 4 | <html lang="en"> |
5 | | -<!-- $Id: about.src,v 2.45 2002-12-10 13:47:29 bbos Exp $ --> |
| 5 | +<!-- $Id: about.src,v 2.46 2002-12-17 19:09:59 bbos Exp $ --> |
6 | 6 | <HEAD> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
8 | 8 | <TITLE>About the CSS 2.1 Specification</TITLE> |
@@ -231,7 +231,7 @@ about the interaction between style sheet-specified, inherited, and |
231 | 231 | initial values. |
232 | 232 |
|
233 | 233 |
|
234 | | -<h4>Applies to</h4> |
| 234 | +<h4><a name="applies-to"></a>Applies to</h4> |
235 | 235 |
|
236 | 236 | <p>This part lists the elements to which the property applies. All |
237 | 237 | elements are considered to have all properties, but some properties |
@@ -262,16 +262,9 @@ groups is non-normative. |
262 | 262 |
|
263 | 263 | <h4>Computed value</h4> |
264 | 264 |
|
265 | | -<p>This part describes the <a href='[ref to 6.1.2]'>computed |
266 | | - value</a> for the property. The computed value is used by <a |
267 | | - href='[ref to 6.2]'>inheritance</a> and may be referred to by |
268 | | - other specifications. |
269 | | - |
270 | | - The computed value exists even when the property doesn't apply, as |
271 | | - defined by the <a href='[neighboring subsection]'>Applies To</a> |
272 | | - line. However, some properties may define the computed value of a |
273 | | - property for an element to depend on whether the property applies |
274 | | - to that element. |
| 265 | +<p>This part describes the computed value for the property. See the |
| 266 | +section on <a href="cascade.html#computed-value">computed values</a> |
| 267 | +for how this definition is used. |
275 | 268 |
|
276 | 269 |
|
277 | 270 | <H3><a name="shorthand">Shorthand properties</a></H3> |
|
0 commit comments