[css21] whitespace in URI values

Can someone explain to me what the following means:

* "url("{w}{string}{w}")"  {return URI;}
* "url("{w}{url}{w}")"     {return URI;}

(From appendix G.)

Which URIs would load if I had:

1. @import url("\Atest.css");
2. @import url(" test.css");

... for example.

Kind regards,

Anne van Kesteren


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Saturday, 12 November 2005 00:38:45 UTC