NAME
HTML::HTML5::DOM::HTMLHeadingElement - implementation of the HTMLHeadingElement interface of the HTML DOM
DESCRIPTION
HTML::HTML5::DOM::HTMLHeadingElement is an implementation of the HTMLHeadingElement interface of the HTML DOM. See HTML::HTML5::DOM for a list of the conventions that have been used when translating the DOM to Perl.
HTML Elements
This class applies to the following HTML elements.
{http://www.w3.org/1999/xhtml}h1
{http://www.w3.org/1999/xhtml}h2
{http://www.w3.org/1999/xhtml}h3
{http://www.w3.org/1999/xhtml}h4
{http://www.w3.org/1999/xhtml}h5
{http://www.w3.org/1999/xhtml}h6
Inheritance
HTML::HTML5::DOM::HTMLHeadingElement inherits methods from the following Perl classes.
Additional Methods
This class provides no additional methods over those it inherits.
It is mostly pointless, but its existance is required by the HTML DOM.
BUGS
http://rt.cpan.org/Dist/Display.html?Queue=HTML-HTML5-DOM.
SEE ALSO
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT AND LICENCE
This software is copyright (c) 2012, 2014 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.