Skip to content

Commit 8e627ed

Browse files
committed
[css2] minor rewording
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401574
1 parent 38d4ad2 commit 8e627ed

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.26 1998-04-28 22:26:16 ijacobs Exp $ -->
3+
<!-- $Id: cascade.src,v 2.27 1998-04-30 17:45:58 howcome 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>
@@ -69,9 +69,9 @@ formulas given with each property, certain keywords ('smaller',
6969
<P>In most cases, elements inherit computed values. However, there are
7070
some properties whose specified value may be inherited (e.g., the
7171
number value for the <span
72-
class="propinst-line-height">'line-height'</span> property). The
73-
definition of a property whose computed value is not what other elements
74-
inherit will clearly say so.
72+
class="propinst-line-height">'line-height'</span> property).
73+
In the cases where child elements do not inherit the computed value,
74+
this is described in the property definition.
7575

7676
<h3><span class="index-def" title="actual value">
7777
<a name="actual-value">Actual values</a></span></h3>

0 commit comments

Comments
 (0)