Skip to content

Commit e66a7f5

Browse files
committed
[css2] Added statement about informative notes, added link to keywords section
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40993
1 parent f94275c commit e66a7f5

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

css2/about.src

Lines changed: 7 additions & 3 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: about.src,v 2.8 1998-02-19 12:14:15 bbos Exp $ -->
3+
<!-- $Id: about.src,v 2.9 1998-02-20 00:54:31 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>About the CSS2 Specification</TITLE>
@@ -93,7 +93,7 @@ information that resembles the following:</p>
9393

9494
<TABLE>
9595
<TR><TH align="right">Property name:<TD>The property name</TR>
96-
<TR><TH align="right">Value:<TD>Possible keyword values or value types</TR>
96+
<TR><TH align="right">Value:<TD>Legal values and syntax</TR>
9797
<TR><TH align="right">Initial:<TD>The initial value</TR>
9898
<TR><TH align="right">Applies to:<TD>Elements this property applies to</TR>
9999
<TR><TH align="right">Inherited:<TD>Whether the property is inherited</TR>
@@ -109,7 +109,8 @@ property applies to</TR>
109109
types may be designated in several ways:
110110

111111
<ol>
112-
<li> keyword values (e.g., 'auto', 'disc', etc.)
112+
<li> <a name="syndata.html#keywords">keyword</a> values (e.g., auto,
113+
disc, etc.)
113114

114115
<li> basic data types, which appear between "&lt;" and "&gt;" (e.g.,
115116
&lt;length&gt;, &lt;percentage&gt;, etc.). In the electronic version
@@ -288,6 +289,9 @@ marked as "ILLEGAL EXAMPLE".
288289
<P>All HTML examples conform to the strict DTD (defined in [[HTML40]])
289290
unless otherwise indicated by a document type declaration.
290291

292+
293+
<P>All notes are informative only.
294+
291295
<P>Examples and notes are marked within the source HTML for the
292296
specification and some user agents may render them specially.
293297

0 commit comments

Comments
 (0)