Sha256: ff7c9ac468928427af8e23ef8a65c6f636aee12615c2ece1f96a7b1f4e1c3a7a

Contents?: true

Size: 372 Bytes

Versions: 10

Compression:

Stored size: 372 Bytes

Contents

require 'fortitude/doctypes'
require 'fortitude/doctypes/base'

module Fortitude
  module Doctypes
    class Xhtml10 < Base
      def default_javascript_tag_attributes
        { :type => 'text/javascript'.freeze }.freeze
      end

      def needs_cdata_in_javascript_tag?
        true
      end

      def close_void_tags_must_be
        true
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fortitude-0.0.7-java lib/fortitude/doctypes/xhtml10.rb
fortitude-0.0.7 lib/fortitude/doctypes/xhtml10.rb
fortitude-0.0.6-java lib/fortitude/doctypes/xhtml10.rb
fortitude-0.0.6 lib/fortitude/doctypes/xhtml10.rb
fortitude-0.0.5-java lib/fortitude/doctypes/xhtml10.rb
fortitude-0.0.5 lib/fortitude/doctypes/xhtml10.rb
fortitude-0.0.4-java lib/fortitude/doctypes/xhtml10.rb
fortitude-0.0.4 lib/fortitude/doctypes/xhtml10.rb
fortitude-0.0.3 lib/fortitude/doctypes/xhtml10.rb
fortitude-0.0.2 lib/fortitude/doctypes/xhtml10.rb