Sha256: ed8d883f042a10df8112fadc7be42a4b8b0f79c61a756b7624597a516b7bbfa8

Contents?: true

Size: 1017 Bytes

Versions: 38

Compression:

Stored size: 1017 Bytes

Contents

/*!
 * Jade - doctypes
 * Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca>
 * MIT Licensed
 */

module.exports = {
    '5': '<!DOCTYPE html>'
  , 'default': '<!DOCTYPE html>'
  , 'xml': '<?xml version="1.0" encoding="utf-8" ?>'
  , 'transitional': '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
  , 'strict': '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'
  , 'frameset': '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">'
  , '1.1': '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
  , 'basic': '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">'
  , 'mobile': '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">'
};

Version data entries

38 entries across 38 versions & 2 rubygems

Version Path
stylus-source-0.49.3 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
snowball-0.1.22 node_modules/jade/lib/doctypes.js
stylus-source-0.42.2 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.42.1 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.42.0 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.41.3 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.41.2 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.41.1 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.41.0 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.40.3 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.40.2 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.40.1 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.40.0 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.39.4 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.39.3 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.39.2 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.39.1 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.39.0 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.38.0 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js
stylus-source-0.37.0 vendor/node_modules/mocha/node_modules/jade/lib/doctypes.js