- From: Yves Lafon <ylafon@w3.org>
- Date: Tue, 20 Oct 2009 10:11:25 -0400 (EDT)
- To: www-style@w3.org
Hi,
In [1], the url production is as follow:
url ([!#$%&*-~]|{nonascii}|{escape})*
However *-~ contains \, conflicting with {escape} so the right definition
should be ([!#$%&*-\[\]-~]|{nonascii}|{escape})*
Cheers,
[1] http://www.w3.org/TR/CSS21/grammar.html
--
Baroula que barouleras, au tiéu toujou t'entourneras.
~~Yves
Received on Tuesday, 20 October 2009 14:11:27 UTC