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: changes.src,v 2.156 2011-03-26 13:49:02 bbos Exp $ -->
3+ <!-- $Id: changes.src,v 2.157 2011-03-26 15:16:34 bbos Exp $ -->
44<HEAD>
55<TITLE>Changes</TITLE>
66</HEAD>
@@ -7675,6 +7675,24 @@ content. A future CSS specification will require either one or the
76757675other.</em></ins>
76767676</blockquote>
76777677
7678+ <!--========================== issue 23 ===========================-->
7679+
7680+ <h3 id="t.G.2"><a
7681+ href="/TR/2009/CR-CSS2-20090908/grammar.html#scanner">G.2 Lexical
7682+ scanner</a></h3>
7683+
7684+ <p>The tokenizer in the appendix allowed backslashes in the URI token,
7685+ in contradiction with the same token in the core grammar and the error
7686+ recovery token {baduri}:
7687+
7688+ <blockquote>
7689+ <pre>
7690+ <del>{U}{R}{L}"("{w}{string}{w}")" {return URI;}</del>
7691+ <del>{U}{R}{L}"("{w}{url}{w}")" {return URI;}</del>
7692+ <ins>"url("{w}{string}{w}")" {return URI;}</ins>
7693+ <ins>"url("{w}{url}{w}")" {return URI;}</ins>
7694+ </pre>
7695+ </blockquote>
76787696
76797697
76807698</BODY>
You can’t perform that action at this time.
0 commit comments