The manakai project

Web::DOM::HTMLMetaElement

The DOM HTMLMetaElement object

DESCRIPTION

The Web::DOM::HTMLMetaElement class implements the DOM HTMLMetaElement interface. The class is used by the HTML meta element.

METHODS

In addition to the methods available for classes Web::DOM::Element and Web::DOM::HTMLElement, the following methods are available:

$string = $el->content
$el->content ($string)

Return or set the content attribute. [HTML]

$string = $el->http_equiv
$el->http_equiv ($string)

Return or set the http-equiv attribute. [HTML]

$string = $el->name
$el->name ($string)

Return or set the name attribute. [HTML]

In addition, the obsolete scheme method is available. [HTML]

SPECIFICATION

HTML

HTML Standard <http://www.whatwg.org/specs/web-apps/current-work/#the-meta-element>.

SEE ALSO

Web::DOM::HTMLElement.

AUTHOR

Wakaba <wakaba@suikawiki.org>.

LICENSE

Copyright 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.