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; ~fantasaiReceived on Thursday, 9 September 2010 23:19:53 GMT
This archive was generated by hypermail 2.3.1 : Tuesday, 26 March 2013 17:20:31 GMT