Module: HTML
- Defined in:
- lib/web/htmltools/tags.rb,
lib/web/htmltools/stparser.rb
Overview
This is an SGMLParser subclass that knows about HTML 4.0 rules and can spot empty tags and deal with tags that may have omitted endtags.
Defined Under Namespace
Classes: BlockOrInlineTag, BlockTag, EmptyTag, InlineTag, StackingParser, Tag