Class: HTML::BlockTag
Overview
This represents an HTML block element.
Instance Method Summary collapse
-
#can_contain(tag, parent) ⇒ Object
Blocks can contain anything, so return true.
- #is_block_element ⇒ Object
Methods inherited from Tag
add_tag, #can_ignore_whitespace, #can_omit_end_tag, #initialize, #is_empty_element, #is_inline_element, #name, named
Constructor Details
This class inherits a constructor from HTML::Tag