Neil wrote:
> When giving it some thought I think a
> valid argument could be made that the string in the CSS document is not 
> exactly
> an URL but it is certainly URL-like.

The "URL-like strings" in CSS are actually standard URLs, either absolute or
relative, so they shouldn't be a big deal to handle. A caveat for the parser:
they can be quoted or unquoted and still work.
See http://www.w3.org/TR/CSS21/syndata.html#uri

Amazingly I found this feature request in a 2003 message to this very mailing
list. Are there only a few lunatics like me who think this should be included?

Cheers,

  JFG


Reply via email to