Skip to content

Commit bb76541

Browse files
committed
[css2] added section on order of property computation (needs work)
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40448
1 parent 1c9f97f commit bb76541

1 file changed

Lines changed: 29 additions & 2 deletions

File tree

css2/notes.src

Lines changed: 29 additions & 2 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: notes.src,v 1.10 1997-11-21 00:09:10 ian Exp $ -->
3+
<!-- $Id: notes.src,v 1.11 1997-11-26 00:13:11 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix C: Implementation and performance notes</TITLE>
@@ -11,6 +11,33 @@
1111
<BODY>
1212
<H1 align="center">Appendix C: Implementation and performance
1313
notes</H1>
14+
15+
<h2>Order of property value calculation</h2>
16+
<P><em>This section is under construction</em>
17+
18+
<P>Due to dependencies among properties, user agents must
19+
<a href="cascade.html#computed-value">compute</a> some property
20+
values in a specific order.
21+
22+
<ul>
23+
<li><span class="propinst-font-size">'font-size'</span> must be
24+
computed before any property that may take a <a
25+
href="syndata.html#absrel-units">relative length</a> units.
26+
27+
<li><span class="propinst-display">'display'</span>, <span
28+
class="propinst-position">'position'</span>, and <span
29+
class="propinst-float">'float'</span> must be computed before other
30+
<a href="flowobj.html">visual flow</a> properties.
31+
32+
<li><span class="propinst-line-height">'line-height'</span> must be
33+
computed before <span
34+
class="propinst-vertical-align">'vertical-align'</span>.
35+
36+
<li>An element's width and height must be computed before
37+
<span class="propinst-background-position">'background-position'</span>.
38+
</ul>
39+
40+
1441
<H2>Colors</H2>
1542
<H3><a name="gamma-correction">Gamma Correction</a></H3>
1643

@@ -90,7 +117,7 @@ http://www.microsoft.com/TRUETYPE/OTSPEC/dsig.htm -->
90117
<dt><a name="definingFontCaching"></A><b>Font Caching</b></dt>
91118

92119
<dd><i>Font caching</i> allows for a temporary copy of fonts on the client
93-
system. They are usually stored on disk with other cached items such as
120+
system. They are often stored on disk with other cached items such as
94121
graphics specifically for the UA.</dd>
95122

96123

0 commit comments

Comments
 (0)