Class: Xhtml5Element

Inherits:
XhtmlElement show all
Defined in:
lib/htmlelement.rb

Constant Summary collapse

ELEMENT_TYPES =
superclass::ELEMENT_TYPES.dup
HTML5_TAGS =
%w(main)
TagFormats =
assign_tagformats

Constants inherited from XhtmlElement

XhtmlElement::ELEMENTS_FORMAT

Constants inherited from HtmlElement

HtmlElement::DECODE, HtmlElement::ELEMENTS_FORMAT, HtmlElement::ESC

Instance Attribute Summary

Attributes inherited from HtmlElement

#children, #parent, #tagname

Method Summary

Methods inherited from HtmlElement

#[], #[]=, #add_end_comment_for_div_or_section, assign_tagformats, comment, create, decode, doctype, #empty?, escape, #initialize, #pop, #push, #shift, #to_s, #traverse, #unshift, urldecode, urlencode

Constructor Details

This class inherits a constructor from HtmlElement