Class: Simple::Builder::HTML4Document

Inherits:
HTMLDocument show all
Defined in:
lib/simple-builder/builders.rb

Instance Method Summary collapse

Methods inherited from HTMLDocument

#initialize

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_subsetObject



42
43
44
# File 'lib/simple-builder/builders.rb', line 42

def internal_subset
  ['html', '-//W3C//DTD HTML 4.01 Transitional//EN', 'http://www.w3.org/TR/html4/loose.dtd']
end