[CSS21] URL tokenization in invalid declarations

I was working on the uri-16.xht test when I started wondering
if I'd gotten it right.

Because comment delimiters are not recognized in url() tokens,
the following will result in a green background:

   background: url(/*) green;

In the following rule, is the text orange?

   background: INVALID url(/*); color: orange;

What about here?

   background: url(/*) INVALID; color: orange;

~fantasai

Received on Thursday, 9 September 2010 23:19:53 UTC