Class: Fortitude::Doctypes::Html4Frameset
- Inherits:
-
Html4Transitional
- Object
- Base
- Html4
- Html4Transitional
- Fortitude::Doctypes::Html4Frameset
- Defined in:
- lib/fortitude/doctypes/html4_frameset.rb
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Html4Frameset
constructor
A new instance of Html4Frameset.
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
#initialize ⇒ Html4Frameset
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_stores ⇒ Object
14 15 16 |
# File 'lib/fortitude/doctypes/html4_frameset.rb', line 14 def delegate_tag_stores [ Fortitude::Doctypes::Html4TagsFrameset ] end |