Prev | Current Page 90 | Next

Tommy Olsson and Paul O'Brien

"The Ultimate CSS Reference"

If none are found, the user agent
will assume the character encoding is UTF-8.
1 http://www.iana.org/assignments/character-sets
2 http://en.wikipedia.org/wiki/Byte_Order_Mark
Using Special Characters
You can refer to characters that can??™t be represented by the style sheet??™s encoding
using CSS escape notation (p. 43).
49 At-rules Reference
Compatibility
Opera Safari Firefox Internet Explorer
9.2 3.0 2.0 1.3 2.0 1.5 1.0 7.0 6.0 5.5
Full None None None Full Full Buggy Buggy Buggy Buggy
In Internet Explorer versions up to and including 7, an @charset rule will not fail
if the encoding is specified without quotes, even though it should.
In Firefox 1.0, an @charset rule will work only if it??™s specified without quotes, on
which it should actually fail.
Other Relevant Stuff
CSS Escape Notation (p. 43)
@import
@import { URI | string } [ media type,??¦ ] ;
The @import at-rule is a mechanism for
importing one style sheet into another.
It should be followed by a URI value
and a semicolon, but it??™s possible to use
a string value instead of the URI value.


Pages:
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102