The manakai project

Web::DOM::HTMLTableColElement

The DOM HTMLTableColElement object

DESCRIPTION

The Web::DOM::HTMLTableColElement class implements the DOM HTMLTableColElement interface. The class is used by the HTML colgroup and col elements.

METHODS

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

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

Return or set the span attribute. [HTML]

Additionally, the following obsolete methods are available: align, ch, ch_off, valign, and width. [HTML]

SPECIFICATION

HTML

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