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>
109109types 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 "<" and ">" (e.g.,
115116<length>, <percentage>, 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]])
289290unless 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
292296specification and some user agents may render them specially.
293297
0 commit comments