Web::DOM::HTMLObjectElement
The DOM HTMLObjectElement object
DESCRIPTION
The Web::DOM::HTMLObjectElement class implements the DOM HTMLObjectElement interface.
The class is used by the HTML object element.
METHODS
In addition to the methods available for classes Web::DOM::Element and Web::DOM::HTMLElement, the following methods are available:
$string = $el->data$el->data ($string)-
Return or set the
dataattribute. [HTML] $string = $el->height$el->height ($string)-
Return or set the
heightattribute. [HTML] $string = $el->name$el->name ($string)-
Return or set the
nameattribute. [HTML] $string = $el->type$el->type ($string)-
Return or set the
typeattribute. [HTML] $boolean = $el->typemustmatch$el->typemustmatch ($boolean)-
Return or set whether the
typemustmatchattribute is specified or not. [HTML] $string = $el->usemap$el->usemap ($string)-
Return or set the
usemapattribute. [HTML] $string = $el->width$el->width ($string)-
Return or set the
widthattribute. [HTML]
Additionally,
the following obsolete methods are available: align,
archive,
border,
code,
codebase,
codetype,
declare,
hspace,
standby,
and vspace. [HTML]
SPECIFICATION
- HTML
-
HTML Standard
<http://www.whatwg.org/specs/web-apps/current-work/#the-object-element>.
SEE ALSO
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.