Skip to content

Commit d26e1fb

Browse files
committed
[css2] Issue 186 from http://wiki.csswg.org/spec/css2.1
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403063
1 parent 728a2c5 commit d26e1fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/grammar.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: grammar.src,v 2.63 2010-09-29 15:50:10 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 2.64 2010-10-25 14:24:40 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Grammar of CSS&nbsp;2.1</TITLE>
66
</HEAD>
77
<BODY>
88
<H1>Grammar of CSS&nbsp;2.1</H1>
99

10+
<p>This appendix is non-normative.
11+
1012
<P>The grammar below defines the syntax of CSS&nbsp;2.1. It is in some sense,
1113
however, a superset of CSS&nbsp;2.1 as this specification imposes additional
1214
semantic constraints not expressed in this grammar. A conforming UA
@@ -295,8 +297,6 @@ escaped (".\35 5ft")
295297

296298
<h2>Implementation note</h2>
297299

298-
<p>This section is non-normative.
299-
300300
<p>The lexical scanner for the CSS core syntax in <a
301301
href="syndata.html#tokenization">section&nbsp;4.1.1</a> can be
302302
implemented as a scanner without back-up. In Lex notation, that

0 commit comments

Comments
 (0)