comparison doc/plugin.txt @ 448:1154f2aadb6c trunk

Add support for HTML5 doctype.
author cmlenz
date Fri, 13 Apr 2007 11:54:02 +0000
parents ec7890aa7c0b
children e9db4aca70f0
comparison
equal deleted inserted replaced
447:60ed07d60281 448:1154f2aadb6c
123 HTML 4.01 Transitional 123 HTML 4.01 Transitional
124 **xhtml-strict** (or just **xhtml**) 124 **xhtml-strict** (or just **xhtml**)
125 XHTML 1.0 Strict 125 XHTML 1.0 Strict
126 **xhtml-transitional** 126 **xhtml-transitional**
127 XHTML 1.0 Transitional 127 XHTML 1.0 Transitional
128 **html5**
129 HTML5 (as `proposed`_ by the WHAT-WG)
130
131 .. _proposed: http://www.whatwg.org/specs/web-apps/current-work/
128 132
129 .. note:: While using the Genshi API directly allows you to specify document 133 .. note:: While using the Genshi API directly allows you to specify document
130 types not in that list, the *dictionary-of-strings* based 134 types not in that list, the *dictionary-of-strings* based
131 configuration utilized by the plugin API unfortunately limits your 135 configuration utilized by the plugin API unfortunately limits your
132 choices to those listed above. 136 choices to those listed above.
Copyright (C) 2012-2017 Edgewall Software