Skip to content

Commit 8a30612

Browse files
committed
[css2] REmoved section on order of value calculation
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401323
1 parent 48afe5c commit 8a30612

1 file changed

Lines changed: 1 addition & 28 deletions

File tree

css2/cascade.src

Lines changed: 1 addition & 28 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.18 1998-03-17 08:04:04 ijacobs Exp $ -->
3+
<!-- $Id: cascade.src,v 2.19 1998-03-22 00:03:27 ijacobs 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>
@@ -86,33 +86,6 @@ class="propinst-line-height">'line-height'</span> property). The
8686
definition of a property whose actual value is not what other elements
8787
inherit will clearly say so.
8888

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-
11689
<H2><a name="inheritance">Inheritance</a></h2>
11790

11891
<P>Some values are inherited by the children of an element in

0 commit comments

Comments
 (0)