Web::DOM::CSSCharsetRule
The DOM CSSCharsetRule
object
DESCRIPTION
The Web::DOM::CSSCharsetRule
class implements the DOM CSSCharsetRule
interface.
It represents an @charset
at-rule.
METHOD
In addition to the methods of the Web::DOM::CSSRule class, the following method is available:
$string = $rule->encoding
$rule->encoding ($string)
-
Return or set the encoding name. [CSSOM]
DEPENDENCY
SPECIFICATION
- CSSOM
-
CSSOM
<http://dev.w3.org/csswg/cssom/>
.On setting, the
encoding
attribute MUST set the encoding information to the new value.
SEE ALSO
AUTHOR
Wakaba <wakaba@suikawiki.org>.
LICENSE
Copyright 2012-2013 Wakaba <wakaba@suikawiki.org>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.