NAME
HTML::Object::DOM::Element::DList - HTML Object DOM DL List Class
SYNOPSIS
use HTML::Object::DOM::Element::DList;
my $list = HTML::Object::DOM::Element::DList->new ||
die( HTML::Object::DOM::Element::DList->error, "\n" );
VERSION
v0.2.0
DESCRIPTION
This interface provides special properties (beyond those of the regular HTML::Object::Element interface it also has available to it by inheritance) for manipulating definition list (<dl>) elements.
INHERITANCE
+-----------------------+ +---------------------------+ +-------------------------+ +----------------------------+ +-----------------------------------+
| HTML::Object::Element | --> | HTML::Object::EventTarget | --> | HTML::Object::DOM::Node | --> | HTML::Object::DOM::Element | --> | HTML::Object::DOM::Element::DList |
+-----------------------+ +---------------------------+ +-------------------------+ +----------------------------+ +-----------------------------------+
PROPERTIES
Inherits properties from its parent HTML::Object::DOM::Element
compact
Is a boolean value indicating that spacing between list items should be reduced.
See also Mozilla documentation
METHODS
Inherits methods from its parent HTML::Object::DOM::Element
AUTHOR
Jacques Deguest <jack@deguest.jp>
SEE ALSO
Mozilla documentation, Mozilla documentation on dl element
COPYRIGHT & LICENSE
Copyright(c) 2021 DEGUEST Pte. Ltd.
All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.