The manakai project

Web::DOM::HTMLModElement

The DOM HTMLModElement object

DESCRIPTION

The Web::DOM::HTMLModElement class implements the DOM HTMLModElement interface. The class is used by the HTML ins and del elements.

METHODS

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

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

Return or set the cite attribute. [HTML]

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

Return or set the datetime attribute. [HTML]

SPECIFICATION

HTML

HTML Standard <http://www.whatwg.org/specs/web-apps/current-work/#edits>.

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.