diff options
author | ot <ot@localhost> | 2008-08-15 18:55:09 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-08-15 18:55:09 +0000 |
commit | 7ab0c5a5600b8f78be998dab2f78c83c433334ca (patch) | |
tree | c44b2ac03d3f1815571bec70b57b42e2afdd4e3f /htdocs | |
parent | bce66e19c5b4823d4b74840d8b03bb9a50c3b820 (diff) | |
download | markup-validator-7ab0c5a5600b8f78be998dab2f78c83c433334ca.zip markup-validator-7ab0c5a5600b8f78be998dab2f78c83c433334ca.tar.gz markup-validator-7ab0c5a5600b8f78be998dab2f78c83c433334ca.tar.bz2 |
pointing out that HTML5 is experimental
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/doctype-select.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/doctype-select.html b/htdocs/doctype-select.html index 6f92d9a..660ad9c 100755 --- a/htdocs/doctype-select.html +++ b/htdocs/doctype-select.html @@ -1,6 +1,6 @@ <select id="<!--#echo var="fieldset_id" -->-doctype" name="doctype"> <option value="Inline" selected="selected">(detect automatically)</option> - <option value="HTML5">(X)HTML5</option> + <option value="HTML5">HTML5 (experimental)</option> <option value="XHTML 1.0 Strict">XHTML 1.0 Strict</option> <option value="XHTML 1.0 Transitional">XHTML 1.0 Transitional</option> <option value="XHTML 1.0 Frameset">XHTML 1.0 Frameset</option> |