|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Appendix C: Implementation and performance notes</TITLE> |
|
11 | 11 | <BODY> |
12 | 12 | <H1 align="center">Appendix C: Implementation and performance |
13 | 13 | 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 | + |
14 | 41 | <H2>Colors</H2> |
15 | 42 | <H3><a name="gamma-correction">Gamma Correction</a></H3> |
16 | 43 |
|
@@ -90,7 +117,7 @@ http://www.microsoft.com/TRUETYPE/OTSPEC/dsig.htm --> |
90 | 117 | <dt><a name="definingFontCaching"></A><b>Font Caching</b></dt> |
91 | 118 |
|
92 | 119 | <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 |
94 | 121 | graphics specifically for the UA.</dd> |
95 | 122 |
|
96 | 123 |
|
|
0 commit comments