Re: position: fixed [Re: How is it possible to devise such a feeble system?]

* Boris Zbarsky wrote:
>> BTW, are CSS rules *Unicode-ready*? For example, can I write class name in 
>> Russian (Cyrillic) and be sure that browser will be able to handle it?
>
>Sure.  Inline sheets have to be in the document encoding.  For external
>ones, you have a number of options:
>
>1)  Send the right encoding type in the content-type http header.
>2)  Add the right @charset rule.
>3)  Set the charset attribute on the <link> or <?xml-stylesheet?> that
>    you use to import the sheet.

I don't think CSS3 should keep this rule.

>4)  Have your style sheet use the same encoding as the document, just
>    like inline sheets.

No!

You can still use US-ASCII and use escapes...
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Thursday, 25 October 2001 12:53:44 UTC