updates for 27-Oct-2011 LCWD v1
authorArt Barstow <art.barstow@nokia.com>
Sun, 23 Oct 2011 11:04:27 -0400
branchv1
changeset 130 80a03ddfb79b
parent 126 121689c8a8f9
child 131 a057d31f3cc6
updates for 27-Oct-2011 LCWD
touchevents.html
--- a/touchevents.html	Fri Oct 21 14:10:18 2011 +0900
+++ b/touchevents.html	Sun Oct 23 11:04:27 2011 -0400
@@ -13,7 +13,7 @@
     <script class='remove'>
       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",
@@ -23,7 +23,7 @@
           // subtitle   :  "an excellent document",
 
           // if you wish the publication date to be other than today, set this
-          publishDate:  "2011-10-10",
+          publishDate:  "2011-10-27",
 
           // if the specification's copyright date is a range of years, specify
           // the start date here:
@@ -31,14 +31,14 @@
 
           // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
           // and its maturity status
-          // previousPublishDate:  "1977-03-15",
-          // previousMaturity:  "WD",
+          previousPublishDate:  "2011-09-13",
+          previousMaturity:  "WD",
 
           // if there a publicly available Editor's Draft, this is the link
           edDraftURI:           "http://dvcs.w3.org/hg/webevents/raw-file/v1/touchevents.html",
 
           // if this is a LCWD, uncomment and set the end of its review period
-          // lcEnd: "2009-08-05",
+          lcEnd: "2011-11-17",
 
           // if you want to have extra CSS, append them to this list
           // it is recommended that the respec.css stylesheet be kept
@@ -94,6 +94,13 @@
     </style>
   </head>
   <body>
+    <section id='sotd'>
+     This specification is the 27 October 2011 Last Call Working Draft. 
+     The Last Call review period will end on 17 November 2011.
+     Comments for the <a href="http://www.w3.org/TR/2011/WD-touch-events-20110913/">13 September 2011 Last Call Working Draft</a>
+     are tracked in the <a href="http://www.w3.org/2010/webevents/wiki/TouchEvents-LCWD-13-Sep-2011">comment tracking document</a>.
+    </section>
+
     <section id='abstract'>
       The Touch Events specification defines a set of low-level events that
       represent one or more points of contact with a touch-sensitive surface,
@@ -402,15 +409,7 @@
           // raw markup as a quick and dirty workaround.
           -->
 
-          <table class="parameters" id="table-event-summary" summary="This table 
-          contains the complete list of touch events defined in the Touch Events 
-          specification. The first column contains the local name of the event type. 
-          The second column indicates if the event accomplish the bubbling phase or
-           not (all events accomplish the capture and target phases). The third 
-           column indicates if the default action associated with the event can 
-           be canceled. The fourth column indicates the nodes that can be target 
-           of the event. the fifth (and last) column indicates the DOM interface 
-           implemented by the event object.">
+          <table class="parameters" id="table-event-summary">
           <tr>
               <th>Event Type</th>
               <th>Sync / Async</th>