The manakai project

Web::DOM::CSSNamespaceRule

The DOM CSSNamespaceRule object

DESCRIPTION

The Web::DOM::CSSNamespacerule class implements the DOM CSSNamespaceRule interface. It represents an @namespace at-rule.

METHODS

In addition to the methods of the Web::DOM::CSSRule class, following methods are available:

$string = $rule->namespace_uri

Return the namespace URL. [CSSOM]

$prefix = $rule->prefix

Return the namespace prefix, if any, or the empty string. [CSSOM]

DEPENDENCY

See "DEPENDENCY" in Web::DOM.

SPECIFICATION

CSSOM

CSSOM <http://dev.w3.org/csswg/cssom/>.

SEE ALSO

Web::DOM::CSSRule.

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.