Skip to content

Commit ed6ecbc

Browse files
committed
[css2] The 'inherit' keyword inherits the *actual* value, not the computed
one. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401021
1 parent 68e5c5c commit ed6ecbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/cascade.src

Lines changed: 2 additions & 2 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.3 1998-02-19 01:05:29 ijacobs Exp $ -->
3+
<!-- $Id: cascade.src,v 2.4 1998-02-20 19:44:29 bbos 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>
@@ -176,7 +176,7 @@ value</h3>
176176

177177
<P>Each property may also take the value 'inherit', which means that,
178178
for a given element, the property takes the same <a
179-
href="#computed-value">computed value</a> as the property for the
179+
href="#actual-value">actual value</a> as the property for the
180180
element's parent.
181181

182182
<!-- Add an example here. Check out:

0 commit comments

Comments
 (0)