Sha256: bf7e66583fe18c14888fd30e09c5b553dcedf65397d201edd1b9aa5297fcda58

Contents?: true

Size: 474 Bytes

Versions: 28

Compression:

Stored size: 474 Bytes

Contents

require 'fortitude/doctypes'
require 'fortitude/doctypes/xhtml10'

module Fortitude
  module Doctypes
    class Xhtml10Transitional < Xhtml10
      def initialize
        super(:xhtml10_transitional, 'html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"')
      end

      class << self
        def delegate_tag_stores
          [ Fortitude::Doctypes::Html4TagsTransitional ]
        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/xhtml10_transitional.rb
fortitude-0.9.6 lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.9.5-java lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.9.5 lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.9.4-java lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.9.4 lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.9.3-java lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.9.3 lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.9.2-java lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.9.2 lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.9.1-java lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.9.1 lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.9.0-java lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.9.0 lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.0.10-java lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.0.10 lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.0.9-java lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.0.9 lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.0.7-java lib/fortitude/doctypes/xhtml10_transitional.rb
fortitude-0.0.7 lib/fortitude/doctypes/xhtml10_transitional.rb