Skip to content

Commit 5d91f6e

Browse files
committed
[css2] Fixed a broken link and a spelling error.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402051
1 parent 6dc84aa commit 5d91f6e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/syndata.src

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
22
"http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
33
<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 $ -->
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<title>Syntax and basic data types</title>
@@ -664,7 +664,7 @@ the font size inherited by "h1" elements.
664664

665665
<p>When specified for the root of the <a href="conform.html#doctree">
666666
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>.
668668

669669
<p><a name="pixel-units">Pixel units</a> are relative to the
670670
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
771771
href="conform.html#root">root</a> element and the percentage is
772772
defined as referring to the inherited value of some property, the
773773
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.
775775

776776
<div class="example"><p>
777777
Since child elements (generally) inherit the <a
@@ -1060,7 +1060,7 @@ a[title="a not so very long title"] {/*...*/}
10601060
<h3 id="unsupportedvalues">Unsupported Values</h3>
10611061

10621062
<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
10641064
<a href="#illegalvalues">illegal value</a>. For example:
10651065
</p>
10661066
<div class="example">

0 commit comments

Comments
 (0)