Skip to content

Commit 579e514

Browse files
committed
[css2] Minor editing. Added note about forward-compatibility link
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401510
1 parent baf9cb0 commit 579e514

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

css2/grammar.src

Lines changed: 8 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: grammar.src,v 2.12 1998-03-20 19:22:27 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 2.13 1998-04-19 23:57:33 ijacobs 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>
@@ -18,9 +18,14 @@ href="./about.html#property-defs">property and value notation</a>,
1818
and the unit notation. In
1919
addition, the document language may impose restrictions, e.g. HTML
2020
imposes restrictions on the possible values of the "class" attribute.
21+
2122
<!-- IJ: There used to be a link to "unit notation", but I couldn't
2223
find anything in the spec that corresponded. -->
2324

25+
<!-- The words "forward-compatible" no longer appear in syndata.src.
26+
They appear here and in fonts.src. Should be label them in
27+
syndata.src? -IJ -->
28+
2429
<h2>Grammar</h2>
2530

2631
<P> The grammar below is <span class="index-inst"
@@ -232,8 +237,8 @@ U\+{h}{1,6}-{h}{1,6} {return UNICODERANGE;}
232237
CSS1</a></h2>
233238

234239
<p>There are some differences in the syntax specified in the CSS1
235-
recommendation ([[-CSS1]]), and the one above. Most of these are because
236-
of new tokens in CSS2, that didn't exist in CSS1, others are because
240+
recommendation ([[-CSS1]]), and the one above. Most of these are due
241+
to new tokens in CSS2 that didn't exist in CSS1. Others are because
237242
the grammar has been rewritten to be more readable. However, there are
238243
some incompatible changes, that were felt to be errors in the CSS1
239244
syntax. They are explained below.

0 commit comments

Comments
 (0)