Class: Fortitude::Doctypes::Html4Frameset

Inherits:
Html4Transitional show all
Defined in:
lib/fortitude/doctypes/html4_frameset.rb

Instance Attribute Summary

Attributes inherited from Base

#name

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Html4

#allows_bare_attributes?, #close_void_tags_must_be, #default_javascript_tag_attributes, #needs_cdata_in_javascript_tag?

Methods inherited from Base

#close_void_tags_must_be, #declare!, #tags, #to_s

Methods included from Tags::TagStore

#delegate_tag_stores, #modify_tag, #tag, #tag_names, #tags, #tags_added!, #tags_changed!

Constructor Details

#initializeHtml4Frameset

Returns a new instance of Html4Frameset.



9
10
11
# File 'lib/fortitude/doctypes/html4_frameset.rb', line 9

def initialize
  super(:html4_frameset, 'HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"')
end

Class Method Details

.delegate_tag_storesObject



14
15
16
# File 'lib/fortitude/doctypes/html4_frameset.rb', line 14

def delegate_tag_stores
  [ Fortitude::Doctypes::Html4TagsFrameset ]
end