Backed out changeset e964f473c233 wd
authorMatt Brubeck <mbrubeck@mozilla.com>
Thu, 28 Apr 2011 08:29:12 -0700
branchwd
changeset 63 9ce858aebe51
parent 62 e964f473c233
child 64 dd28f95f2f64
Backed out changeset e964f473c233
touchevents.html
--- a/touchevents.html	Thu Apr 28 08:16:53 2011 -0700
+++ b/touchevents.html	Thu Apr 28 08:29:12 2011 -0700
@@ -1,18 +1,18 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
+<!DOCTYPE html>
+<html>
   <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' type='application/javascript'></script>
-    <script type='application/javascript'>
+    <script src='http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js' class='remove'></script>
+    <script class='remove'>
       var respecConfig = {
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-          specStatus:           "WD",
+          specStatus:           "ED",
 
           // 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://dev.w3.org/2009/dap/ReSpec.js/css/respec.css", "http://www.w3.org/StyleSheets/TR/W3C-TR.css"],
+          extraCSS:             ["http://www.w3.org/StyleSheets/TR/W3C-TR.css", "http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
 
           // editors, add as many as you like
           // only "name" is required
@@ -81,7 +81,7 @@
       };
     </script>
 
-    <style type="text/css">
+    <style>
       .event {
         font-family: monospace;
         color: #459900;