class CSSCharsetRule |
|
The CSSCharsetRule interface a \@charset rule in a CSS style sheet. A \@charset rule can be used to define the encoding of the style sheet. |
|
|
|
|
|
The encoding information used in this \@charset rule. |
|
see encoding
CSSException
SYNTAX_ERR: Raised if the specified encoding value has a syntax
error and is unparsable.
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this encoding rule is readonly. |