|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Assigning property values, Cascading, and Inheritance</TITLE> |
@@ -102,7 +102,7 @@ color blue, the EM element will likewise be in blue. |
102 | 102 | <p>When inheritance occurs, elements inherit computed values. Note |
103 | 103 | that the result of this inheritance yields the specified value, so |
104 | 104 | 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' |
106 | 106 | value since 'inherit' cannot be a specified value. |
107 | 107 |
|
108 | 108 | <div class="example"><P> |
@@ -138,7 +138,7 @@ value</h3> |
138 | 138 | <P>Each property may also have a specified value of 'inherit', which |
139 | 139 | means that, for a given element, the property takes the same computed |
140 | 140 | 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 |
142 | 142 | properties that are not normally inherited. |
143 | 143 |
|
144 | 144 | <div class="example"><P>In the example below, the <span |
|
0 commit comments