8000 [css2] Typo: missing "the" · w3c/csswg-drafts@dc57404 · GitHub
Skip to content

Commit dc57404

Browse files
committed
[css2] Typo: missing "the"
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402870
1 parent 55d072b commit dc57404

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

css2/grammar.src

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: grammar.src,v 2.56 2008-12-01 18:12:45 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 2.57 2009-01-21 15:34:27 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Grammar of CSS&nbsp;2.1</TITLE>
66
</HEAD>
@@ -134,14 +134,13 @@ hexcolor
134134
title="tokenizer">tokenizer</span>, written in Flex (see [[FLEX]])
135135
notation. The tokenizer is case-insensitive.
136136

137-
<p>The two occurrences of "\377" represent the highest character
138-
number that current versions of Flex can deal with (decimal 255). They
137+
<p>The "\377" represents the highest character
138+
number that current versions of Flex can deal with (decimal 255). It
139139
should be read as "\4177777" (decimal 1114111), which is the highest
140140
possible code point in <span class="index-inst"
141141
title="unicode">Unicode</span>/<span class="index-inst"
142142
title="iso-10646">ISO-10646</span>.
143143

144-
<!-- ignored white space after Unicode escape, is it OK? -->
145144
<pre>
146145
%option case-insensitive
147146

0 commit comments

Comments
 (0)