diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config/types.conf | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index 10e65e9..decbffb 100644 --- a/htdocs/config/types.conf +++ b/htdocs/config/types.conf @@ -1,7 +1,7 @@ # # Main Document Type Database for the W3C Markup Validation Service. # -# $Id: types.conf,v 1.40 2008-08-11 20:09:24 ot Exp $ +# $Id: types.conf,v 1.41 2008-08-15 19:29:27 ot Exp $ # # Maintains all information for each of the document types we support. # See 'perldoc Config::General' for the syntax, and be aware that the @@ -267,6 +267,26 @@ </Badge> </HTML_4_01_Frameset> +<HTML5> + Name = html + Display = HTML5 + Info URL = http://www.w3.org/TR/html5/ + <Types> + Allowed = text/html application/xhtml+xml + # + </Types> + # <Badge> + # URI = http://www.w3.org/Icons/valid-html401 + # ALT URI = http://www.w3.org/Icons/valid-html401-blue + # Local URI = images/valid_icons/valid-html401 + # Local ALT URI = images/valid_icons/valid-html401-blue + # Height = 31 + # Width = 88 + # Alt = Valid HTML 4.01 Frameset + # </Badge> +</HTML5> + + <XHTML_1_0_Strict> Name = html Display = XHTML 1.0 Strict |