The manakai project

Web::DOM::HTMLEmbedElement

The DOM HTMLEmbedElement embed

DESCRIPTION

The Web::DOM::HTMLEmbedElement class implements the DOM HTMLEmbedElement interface. The class is used by the HTML embed element.

METHODS

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

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

Return or set the height attribute. [HTML]

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

Return or set the src attribute. [HTML]

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

Return or set the type attribute. [HTML]

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

Return or set the width attribute. [HTML]

Additionally, obsolete methods align and name are available. [HTML]

SPECIFICATION

HTML

HTML Standard <http://www.whatwg.org/specs/web-apps/current-work/#the-embed-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.