Skip to content

Commit 7cf963b

Browse files
committed
[css2] Issue 23 (side-effect of issue 129).
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403197
1 parent b7c2e0d commit 7cf963b

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

css2/changes.src

Lines changed: 19 additions & 1 deletion
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: 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
76757675
other.</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>

0 commit comments

Comments
 (0)