Skip to content

Commit 9dea4a7

Browse files
committed
[css2] CSS2.1 Issue 2:176; edits by howcome
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402318
1 parent 5bd14b4 commit 9dea4a7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/cascade.src

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: cascade.src,v 2.51 2005-03-22 14:31:04 bbos Exp $ -->
3+
<!-- $Id: cascade.src,v 2.52 2005-06-02 20:53:33 ihickson Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
@@ -41,12 +41,12 @@ on the following mechanisms (in order of precedence):</p>
4141
<a name="computed-value">Computed values</a></span></h3>
4242

4343
<p>Specified values are resolved to computed values during the cascade;
44-
for example valid relative URIs are made absolute and 'em' and 'ex'
44+
for example URIs are made absolute and 'em' and 'ex'
4545
units are computed to pixel or absolute lengths. Computing a value
4646
never requires the user agent to render the document.
4747

48-
<p>The computed value of invalid and absolute URIs is the specified
49-
value.
48+
<p>The computed value of URIs that the UA cannot resolve to absolute
49+
URIs is the specified value.
5050

5151
<p>When the specified value is not 'inherit', the computed value of a
5252
property is determined as specified by the Computed Value line in the

0 commit comments

Comments
 (0)