Skip to content

Commit 660f1ce

Browse files
committed
[css2] Typos.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401982
1 parent 8693454 commit 660f1ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/cascade.src

Lines changed: 3 additions & 3 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.40 2002-11-17 19:35:34 bbos Exp $ -->
3+
<!-- $Id: cascade.src,v 2.41 2002-11-28 21:23:22 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>
@@ -102,7 +102,7 @@ color blue, the EM element will likewise be in blue.
102102
<p>When inheritance occurs, elements inherit computed values. Note
103103
that the result of this inheritance yields the specified value, so
104104
the definitions of computed values for properties do not describe
105-
the computatation of the computed value from a specified 'inherit'
105+
the computation of the computed value from a specified 'inherit'
106106
value since 'inherit' cannot be a specified value.
107107

108108
<div class="example"><P>
@@ -138,7 +138,7 @@ value</h3>
138138
<P>Each property may also have a specified value of 'inherit', which
139139
means that, for a given element, the property takes the same computed
140140
value as the property for the element's parent. The 'inherit' value
141-
can be used to stengthen inherited values, and it can also be used on
141+
can be used to strengthen inherited values, and it can also be used on
142142
properties that are not normally inherited.
143143

144144
<div class="example"><P>In the example below, the <span

0 commit comments

Comments
 (0)