The manakai project

Web::DOM::HTMLOutputElement

DOM HTMLOutputElement object

DESCRIPTION

The Web::DOM::HTMLOutputElement class implements the DOM HTMLOutputElement interface. The class is used by the HTML output element.

METHODS

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

$tokens = $el->html_for
$el->html_for ($string)

Return the Web::DOM::TokenList object for the for attribute, or set the for attribute to the specified string value. [HTML]

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

Return or set the name attribute. [HTML]

$string = $el->type

Return the string output. [HTML]

SPECIFICATION

HTML

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

SEE ALSO

Web::DOM::HTMLElement.

AUTHOR

Wakaba <wakaba@suikawiki.org>.

LICENSE

Copyright 2013-2016 Wakaba <wakaba@suikawiki.org>.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.