|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" |
2 | 2 | "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd"> |
3 | 3 | <html lang="en"> |
4 | | -<!-- $Id: syndata.src,v 2.79 2003-01-15 18:29:22 bbos Exp $ --> |
| 4 | +<!-- $Id: syndata.src,v 2.80 2003-01-27 21:38:56 bbos Exp $ --> |
5 | 5 | <head> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
7 | 7 | <title>Syntax and basic data types</title> |
@@ -664,7 +664,7 @@ the font size inherited by "h1" elements. |
664 | 664 |
|
665 | 665 | <p>When specified for the root of the <a href="conform.html#doctree"> |
666 | 666 | document tree</a> (e.g., "HTML" in HTML), 'em' and 'ex' refer to |
667 | | -the property's <a href="cascade.html#initial-value">initial value</a>. |
| 667 | +the property's <a href="about.html#initial-value">initial value</a>. |
668 | 668 |
|
669 | 669 | <p><a name="pixel-units">Pixel units</a> are relative to the |
670 | 670 | resolution of the viewing device, i.e., most often a computer |
@@ -771,7 +771,7 @@ percentage value is set for a property of the <a |
771 | 771 | href="conform.html#root">root</a> element and the percentage is |
772 | 772 | defined as referring to the inherited value of some property, the |
773 | 773 | resultant value is the percentage times the <a |
774 | | -href="cascade.html#initial-value">initial value</a> of that property. |
| 774 | +href="about.html#initial-value">initial value</a> of that property. |
775 | 775 |
|
776 | 776 | <div class="example"><p> |
777 | 777 | Since child elements (generally) inherit the <a |
@@ -1060,7 +1060,7 @@ a[title="a not so very long title"] {/*...*/} |
1060 | 1060 | <h3 id="unsupportedvalues">Unsupported Values</h3> |
1061 | 1061 |
|
1062 | 1062 | <p>If a UA does not support a particular value, it should <em>ignore</em> that |
1063 | | - value when parsing stylesheets, as if that value was an |
| 1063 | + value when parsing style sheets, as if that value was an |
1064 | 1064 | <a href="#illegalvalues">illegal value</a>. For example: |
1065 | 1065 | </p> |
1066 | 1066 | <div class="example"> |
|
0 commit comments