Sha256: 70897dfd3eae4a5668b385ebb9057f8666a7ed45e68ba8c1ae0e9600fc88c8b1

Contents?: true

Size: 543 Bytes

Versions: 28

Compression:

Stored size: 543 Bytes

Contents

require 'fortitude/doctypes'
require 'fortitude/doctypes/html4'
require 'fortitude/doctypes/html4_tags_frameset'
require 'fortitude/doctypes/html4_transitional'

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

      class << self
        def delegate_tag_stores
          [ Fortitude::Doctypes::Html4TagsFrameset ]
        end
      end
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
fortitude-0.9.6-java lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.9.6 lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.9.5-java lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.9.5 lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.9.4-java lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.9.4 lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.9.3-java lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.9.3 lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.9.2-java lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.9.2 lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.9.1-java lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.9.1 lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.9.0-java lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.9.0 lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.0.10-java lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.0.10 lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.0.9-java lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.0.9 lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.0.7-java lib/fortitude/doctypes/html4_frameset.rb
fortitude-0.0.7 lib/fortitude/doctypes/html4_frameset.rb