- From: CVS User akostiai <cvsmail@w3.org>
- Date: Thu, 06 Feb 2014 15:21:44 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/vibration
In directory roscoe:/tmp/cvs-serv14076
Modified Files:
LC3.src.html Overview.src.html
Log Message:
clarify step 10 in the processing vibration patterns algorithm
--- /sources/public/2009/dap/vibration/LC3.src.html 2014/02/03 10:30:00 1.2
+++ /sources/public/2009/dap/vibration/LC3.src.html 2014/02/06 15:21:43 1.3
@@ -212,9 +212,8 @@
patterns</a> algorithm, if any.
</li>
<li>
- If <var>pattern</var> is an empty list, or if the device does
- not provide a vibration mechanism (or it is disabled), then
- return true and terminate these steps.
+ If <var>pattern</var> is an empty list, or if the device is
+ unable to vibrate, then return true and terminate these steps.
</li>
</ol>
<li>
--- /sources/public/2009/dap/vibration/Overview.src.html 2014/02/03 10:30:00 1.14
+++ /sources/public/2009/dap/vibration/Overview.src.html 2014/02/06 15:21:43 1.15
@@ -212,9 +212,8 @@
patterns</a> algorithm, if any.
</li>
<li>
- If <var>pattern</var> is an empty list, or if the device does
- not provide a vibration mechanism (or it is disabled), then
- return true and terminate these steps.
+ If <var>pattern</var> is an empty list, or if the device is
+ unable to vibrate, then return true and terminate these steps.
</li>
</ol>
<li>
Received on Thursday, 6 February 2014 15:21:44 UTC