The manakai project

Web::DOM::HTMLOListElement

The DOM HTMLOListElement object

DESCRIPTION

The Web::DOM::HTMLOListElement class implements the DOM HTMLOListElement interface. The class is used by the HTML ol element.

METHODS

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

$boolean = $el->reversed
$el->reversed ($boolean)

Return or set whether the reversed attribute is specified or not. [HTML]

$integer = $el->start
$el->start ($integer)

Return or set the start attribute. [HTML]

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

Return or set the type attribute. [HTML]

Additionally, the obsolete compact method is available. [HTML]

SPECIFICATION

HTML

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