diff genshi/output.py @ 448:1154f2aadb6c trunk

Add support for HTML5 doctype.
author cmlenz
date Fri, 13 Apr 2007 11:54:02 +0000
parents 821fc97d3c0a
children 75425671b437
line wrap: on
line diff
--- a/genshi/output.py
+++ b/genshi/output.py
@@ -54,6 +54,8 @@
     )
     XHTML = XHTML_STRICT
 
+    HTML5 = ('html', None, None)
+
 
 class XMLSerializer(object):
     """Produces XML text from an event stream.
Copyright (C) 2012-2017 Edgewall Software