updated webidl to remove 'optional', removed 'version 1' from name since we aren't making a version 2 v1
authorDoug Schepers <schepers@w3.org>
Wed, 18 Sep 2013 16:29:29 -0400
branchv1
changeset 212 4f579e1b7f99
parent 211 54c23781ac98
child 214 351dffeaeb4c
updated webidl to remove 'optional', removed 'version 1' from name since we aren't making a version 2
touchevents.html
--- a/touchevents.html	Tue Sep 17 19:57:01 2013 -0400
+++ b/touchevents.html	Wed Sep 18 16:29:29 2013 -0400
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <title>Touch Events version 1</title>
+    <title>Touch Events</title>
     <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
     <meta name="viewport" content="width=device-width">
     <!--
@@ -672,7 +672,7 @@
           Calling this method with no arguments creates a <a>TouchList</a> with no objects in it 
           and length 0 (zero). 
           <dl class='parameters'>
-            <dt>optional Touch... touches</dt> <dd></dd>
+            <dt>Touch... touches</dt> <dd></dd>
           </dl>
         </dd>
       </dl>