Class: Simple::Builder::HTML5Document
- Inherits:
-
HTMLDocument
- Object
- Simple::Builder
- HTMLDocument
- Simple::Builder::HTML5Document
- Defined in:
- lib/simple-builder/builders.rb
Instance Method Summary collapse
Methods inherited from HTMLDocument
Methods inherited from Simple::Builder
#build_html, build_html, build_html4_document, build_html5_document, check_html_errors, find_body_element, find_head_element, find_link_element_attributes, find_meta_info, find_p_child_elements, find_title_element, parse_html_document, parse_html_fragment, replace_element, script, string_to_html, style, viewport
Constructor Details
This class inherits a constructor from Simple::Builder::HTMLDocument
Instance Method Details
#internal_subset ⇒ Object
50 51 52 |
# File 'lib/simple-builder/builders.rb', line 50 def internal_subset ['html', nil, nil] end |