File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 2.1</TITLE>
66</HEAD>
@@ -134,14 +134,13 @@ hexcolor
134134title="tokenizer">tokenizer</span>, written in Flex (see [[FLEX]])
135135notation. 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
139139should be read as "\4177777" (decimal 1114111), which is the highest
140140possible code point in <span class="index-inst"
141141title="unicode">Unicode</span>/<span class="index-inst"
142142title="iso-10646">ISO-10646</span>.
143143
144- <!-- ignored white space after Unicode escape, is it OK? -->
145144<pre>
146145%option case-insensitive
147146
You can’t perform that action at this time.
0 commit comments