Module: XRay::HTML

Defined in:
lib/runner.rb,
lib/html/query.rb,
lib/html/parser.rb,
lib/html/struct.rb,
lib/html/rule/check_tag_rule.rb

Defined Under Namespace

Modules: Rule Classes: CommentElement, DTDElement, Document, Element, Parser, Property, TextElement, VisitableParser

Constant Summary collapse

Node =
XRay::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)