Change doctype to HTML 4.01 Strict.
--- a/touchevents.html Thu Apr 28 07:32:59 2011 -0700
+++ b/touchevents.html Thu Apr 28 08:16:53 2011 -0700
@@ -1,18 +1,18 @@
-<!DOCTYPE html>
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
<head>
<title>Touch Events Specification</title>
- <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
+ <meta http-equiv='Content-Type' content='text/html;charset=utf-8'>
<!--
=== NOTA BENE ===
For the three scripts below, if your spec resides on dev.w3 you can check them
out in the same tree and use relative links so that they'll work offline,
-->
- <script src='http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js' class='remove'></script>
- <script class='remove'>
+ <script src='http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js' type='application/javascript'></script>
+ <script type='application/javascript'>
var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
- specStatus: "ED",
+ specStatus: "WD",
// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "touch-events",
@@ -41,7 +41,7 @@
// if you want to have extra CSS, append them to this list
// it is recommended that the respec.css stylesheet be kept
- extraCSS: ["http://www.w3.org/StyleSheets/TR/W3C-TR.css", "http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
+ extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css", "http://www.w3.org/StyleSheets/TR/W3C-TR.css"],
// editors, add as many as you like
// only "name" is required
@@ -81,7 +81,7 @@
};
</script>
- <style>
+ <style type="text/css">
.event {
font-family: monospace;
color: #459900;