Web::DOM::HTMLAppletElement
DOM HTMLAppletElement
object
DESCRIPTION
The Web::DOM::HTMLAppletElement
class implements the DOM HTMLAppletElement
interface.
The class is used by the HTML applet
element.
The interface,
as well as the applet
element,
is obsolete.
Though this interface has been removed from the HTML Standard in 2017,
it is still included in this implementation for API compatibility.
(A Perl DOM module has different compatibility requirements from Web browser DOM API implementations.)
METHODS
In addition to the methods available for classes Web::DOM::Element and Web::DOM::HTMLElement,
the following obsolete methods are available: align
,
alt
,
archive
,
codebase
,
height
,
hspace
,
name
,
object
,
vspace
,
and width
. [HTML]
SPECIFICATION
- HTML
-
HTML Standard (until August 2017)
<https://github.com/whatwg/html/commit/b9b9d60f9451c05f8e8d542e4094f987ae1a5fb8>
.
SEE ALSO
AUTHOR
Wakaba <wakaba@suikawiki.org>.
LICENSE
Copyright 2013-2017 Wakaba <wakaba@suikawiki.org>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.