The manakai project

Web::DOM::HTMLTemplateElement

DOM HTMLTemplateElement object

DESCRIPTION

The Web::DOM::HTMLTemplateElement class implements the DOM HTMLTemplateElement interface. The class is used by the HTML template element.

METHODS

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

$df = $el->content

Return the Web::DOM::DocumentFragment representing the template content of the element. [HTML]

SPECIFICATION

HTML

HTML Standard <https://www.whatwg.org/specs/web-apps/current-work/#the-template-element>.

SEE ALSO

Web::DOM::HTMLElement.

AUTHOR

Wakaba <wakaba@suikawiki.org>.

LICENSE

Copyright 2013-2016 Wakaba <wakaba@suikawiki.org>.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.