|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: cascade.src,v 2.18 1998-03-17 08:04:04 ijacobs Exp $ --> |
| 3 | +<!-- $Id: cascade.src,v 2.19 1998-03-22 00:03:27 ijacobs 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> |
@@ -86,33 +86,6 @@ class="propinst-line-height">'line-height'</span> property). The |
86 | 86 | definition of a property whose actual value is not what other elements |
87 | 87 | inherit will clearly say so. |
88 | 88 |
|
89 | | -<h3>Order of value calculation</h3> |
90 | | -<P><em>This section is under construction</em> |
91 | | - |
92 | | -<!-- Finish me! -IJ --> |
93 | | - |
94 | | -<P>Due to dependencies among properties, user agents must |
95 | | -<a href="cascade.html#computed-value">compute</a> some property |
96 | | -values in a specific order.</P> |
97 | | - |
98 | | -<ul> |
99 | | -<li><span class="propinst-font-size">'font-size'</span> must be |
100 | | -computed before any property that uses <a |
101 | | -href="syndata.html#absrel-units">relative length</a> units. |
102 | | - |
103 | | -<li><span class="propinst-display">'display'</span>, <span |
104 | | -class="propinst-position">'position'</span>, and <span |
105 | | -class="propinst-float">'float'</span> must be computed before other |
106 | | -<a href="visuren.html">visual flow</a> properties. |
107 | | - |
108 | | -<li><span class="propinst-line-height">'line-height'</span> must be |
109 | | -computed before <span |
110 | | -class="propinst-vertical-align">'vertical-align'</span>. |
111 | | - |
112 | | -<li>An element's width and height must be computed before |
113 | | -<span class="propinst-background-position">'background-position'</span>. |
114 | | -</ul> |
115 | | - |
116 | 89 | <H2><a name="inheritance">Inheritance</a></h2> |
117 | 90 |
|
118 | 91 | <P>Some values are inherited by the children of an element in |
|
0 commit comments