File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
4545units are computed to pixel or absolute lengths. Computing a value
4646never 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
5252property is determined as specified by the Computed Value line in the
You can’t perform that action at this time.
0 commit comments