11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: grammar.src,v 1.13 1997-10-29 21:53:04 bbos Exp $ -->
3+ <!-- $Id: grammar.src,v 1.14 1997-10-31 01:14:50 clilley Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Appendix D: The grammar of CSS2</TITLE>
77<LINK rel="previous" href="notes.html">
8- <LINK rel="next" href="refs .html">
8+ <LINK rel="next" href="fontstuff .html">
99<LINK rel="STYLESHEET" href="style/default.css" type="text/css">
1010</HEAD>
1111<BODY>
@@ -17,10 +17,10 @@ however, a superset of CSS2 as this specification imposes additional
1717semantic constraints not expressed in this grammar. A conforming UA
1818must also adhere to the <a href="./syndata.html#syntax">
1919forward-compatible parsing rules</a>, the <a
20- href="./convent.html#property-defs">property and value
21- notation</a>, and the <a href="syndata.html#data-types">unit notation
22- </a>. In addition, HTML imposes restrictions, e.g., on the possible
23- values of the "class" attribute.
20+ href="./convent.html#property-defs">property and value notation</a>,
21+ and the <a href="syndata.html#data-types">unit notation </a>. In
22+ addition, the document language may impose restrictions, e.g. HTML
23+ imposes restrictions on the possible values of the "class" attribute.
2424
2525<P> The grammar below is LL(1) (but note that most UA's should not use
2626it directly, since it doesn't express the parsing conventions, only
0 commit comments