CVS 2009/dap/vibration

Update of /sources/public/2009/dap/vibration
In directory roscoe:/tmp/cvs-serv18530

Modified Files:
	Overview.html Overview.src.html 
Log Message:
reorder steps 3 and 5 in the 'processing vibration patterns' algorithm to perform the cheaper operation first

--- /sources/public/2009/dap/vibration/Overview.html	2013/06/06 07:04:14	1.41
+++ /sources/public/2009/dap/vibration/Overview.html	2013/06/12 17:44:33	1.42
@@ -421,7 +421,7 @@
     border-collapse:    collapse;
     width:  100%;
 }
-</style><link rel="stylesheet" href="//www.w3.org/StyleSheets/TR/W3C-ED"><!--[if lt IE 9]><script src='http://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head>
+</style><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED"><!--[if lt IE 9]><script src='http://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head>
   <body class="h-entry"><div class="head">
   <p>
     
@@ -430,7 +430,7 @@
   </p>
   <h1 class="title p-name" id="title">Vibration API</h1>
   
-  <h2 id="w3c-editor-s-draft-06-june-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2013-06-06">06 June 2013</time></h2>
+  <h2 id="w3c-editor-s-draft-12-june-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2013-06-12">12 June 2013</time></h2>
   <dl>
     
       <dt>This version:</dt>
@@ -510,10 +510,10 @@
           
           
           
-        All comments are welcome.
-        
+            All comments are welcome.</p>
+          
         
-          </p><p>
+          <p>
             Publication as an Editor's Draft does not imply endorsement by the <abbr title="World Wide Web Consortium">W3C</abbr> Membership.
             This is a draft document and may be updated, replaced or obsoleted by other documents at 
             any time. It is inappropriate to cite this document as other than work in progress.
@@ -625,7 +625,7 @@
           </ol>
         </li>
         <li>
-          If any entry of <var>pattern</var> exceeds an
+          If the length of <var>pattern</var> exceeds an
           implementation-dependent limit, then return false and terminate
           these steps.
         </li>
@@ -634,7 +634,7 @@
           remove the last entry in <var>pattern</var>.
         </li>
         <li>
-          If the length of <var>pattern</var> exceeds an
+          If any entry of <var>pattern</var> exceeds an
           implementation-dependent limit, then return false and terminate
           these steps.
         </li>
--- /sources/public/2009/dap/vibration/Overview.src.html	2013/06/06 07:04:14	1.4
+++ /sources/public/2009/dap/vibration/Overview.src.html	2013/06/12 17:44:33	1.5
@@ -118,7 +118,7 @@
           </ol>
         </li>
         <li>
-          If any entry of <var>pattern</var> exceeds an
+          If the length of <var>pattern</var> exceeds an
           implementation-dependent limit, then return false and terminate
           these steps.
         </li>
@@ -127,7 +127,7 @@
           remove the last entry in <var>pattern</var>.
         </li>
         <li>
-          If the length of <var>pattern</var> exceeds an
+          If any entry of <var>pattern</var> exceeds an
           implementation-dependent limit, then return false and terminate
           these steps.
         </li>

Received on Wednesday, 12 June 2013 17:44:38 UTC