Updated spec per proposal in http://lists.w3.org/Archives/Public/public-webevents/2013JanMar/0027.html v1
authorArt Barstow <art.barstow@nokia.com>
Sun, 20 Jan 2013 19:59:00 -0500
branchv1
changeset 175 b38f9bc75738
parent 174 4d68f6253520
child 176 b92906399c82
Updated spec per proposal in http://lists.w3.org/Archives/Public/public-webevents/2013JanMar/0027.html
touchevents.html
--- a/touchevents.html	Tue Jan 15 14:02:29 2013 -0500
+++ b/touchevents.html	Sun Jan 20 19:59:00 2013 -0500
@@ -97,7 +97,7 @@
   <body>
     <section id='sotd'>
      This specification is the 24 January 2013 Last Call Working Draft. 
-     The comment period for this Last Call Working Draft is 14 February 2013.
+     The comment period for this Last Call Working Draft ends 14 February 2013.
 
      The <a href="http://www.w3.org/TR/2011/CR-touch-events-20111215/"> 
      15 December 2011 Candidate Recommendation</a> 
@@ -606,6 +606,8 @@
         <dt>TouchList createTouchList()</dt>
         <dd>
           Creates a <a>TouchList</a> object consisting of zero or more <a>Touch</a> objects.
+          Calling this method with no arguments creates a <a>TouchList</a> with no objects in it 
+          and length 0 (zero). 
           <dl class='parameters'>
             <dt>Touch... touches</dt> <dd></dd>
           </dl>