Skip to content

Commit 33a8ebd

Browse files
committed
[css2] New "computed value" section now simply refers to text in cascade.html.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401993
1 parent 07127bc commit 33a8ebd

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

css2/about.src

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'http://www.w3.org/TR/html4/strict.dtd'>
33

44
<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 $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>About the CSS&nbsp;2.1 Specification</TITLE>
@@ -231,7 +231,7 @@ about the interaction between style sheet-specified, inherited, and
231231
initial values.
232232

233233

234-
<h4>Applies to</h4>
234+
<h4><a name="applies-to"></a>Applies to</h4>
235235

236236
<p>This part lists the elements to which the property applies. All
237237
elements are considered to have all properties, but some properties
@@ -262,16 +262,9 @@ groups is non-normative.
262262

263263
<h4>Computed value</h4>
264264

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.
275268

276269

277270
<H3><a name="shorthand">Shorthand properties</a></H3>

0 commit comments

Comments
 (0)