Sha256: 0247cb0508e1b2b5d659e9eb7af7ca3d51d67d7f4fd325398a9d5f39a562dc13

Contents?: true

Size: 419 Bytes

Versions: 10

Compression:

Stored size: 419 Bytes

Contents

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

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

      def needs_cdata_in_javascript_tag?
        false
      end

      def close_void_tags_must_be
        false
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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