Module: Fdlint::Parser::HTML

Defined in:
lib/fdlint/parser/html/query.rb,
lib/fdlint/parser/html/struct.rb,
lib/fdlint/parser/html/html_parser.rb

Defined Under Namespace

Modules: Matchable, Query Classes: CommentElement, DTDElement, Document, Element, HtmlParser, Property, Tag, TextElement

Constant Summary collapse

Node =
::Fdlint::Parser::Node
AUTO_CLOSE_TAGS =
%w(area base basefont br col frame hr img input link meta param)
INLINE_ELEMENTS =
%w(a br label abbr legend address link 
area mark audio meter bm nav cite optgroup 
code option del q details small dfn select 
command source datalist span em strong 
font sub i summary iframe sup img tbody 
input td ins time kbd var)