- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Fri, 22 Apr 2011 23:15:28 -0400
- To: www-style@w3.org
On 4/22/11 10:23 PM, "Gérard Talbot" wrote:
>> background: red U\r\4c ("support/swatch-green.png");
> "
> The format of a URI value is 'url(' followed (...)
> "
> http://www.w3.org/TR/CSS21/syndata.html#value-def-uri
>
> There is no blank space between "l" and "(" .
The sequence "\4c " (including the space) is the escaped character 'l'
(lowercase ASCII letter L).
-Boris
Received on Saturday, 23 April 2011 03:15:56 UTC