On Fri, Feb 21, 2003 at 12:59:46PM -0800, [EMAIL PROTECTED] wrote:
> 
> Build 561
> 
> Why does
> 
>       <body style="background-image:url(/[EMAIL PROTECTED],6ruqEVU1Kf06qNqOrUJpdg);">
> 
> become
> 
>       <body style="background-image:url(/CHK">

The above is not valid CSS2. See
http://www.w3.org/TR/REC-CSS2/grammar.html

Specifically:

url             ([!#$%&*-~]|{nonascii}|{escape})*

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

And "This appendix is normative." - i.e. this is formally part of the
spec and can be expected to be reliable. Put quote marks in (use single
quotes since the style is enclosed in double quotes).

Having said that, some day I'll put in a workaround just so your broken
code can work... if I feel like it.
> 
> ???
> 
> Example, test.html:
> 
>       [EMAIL PROTECTED],VY5aJMcsBQxXqplmivprOw/test.html
> 
> --Palomitas de Ma�z
> 

-- 
Matthew Toseland
[EMAIL PROTECTED]/[EMAIL PROTECTED]
Full time freenet hacker.
http://freenetproject.org/
Freenet Distribution Node (temporary) at 
http://80-192-4-23.cable.ubr09.na.blueyonder.co.uk:8889/SPmjEh6sH3Y/
ICTHUS.

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to