comparison doc/plugin.txt @ 448:0407937b2853

Add support for HTML5 doctype.
author cmlenz
date Fri, 13 Apr 2007 11:54:02 +0000
parents 906b346513b6
children 19c7dc1e4dd5
comparison
equal deleted inserted replaced
447:71522d48f2cb 448:0407937b2853
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