- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Jun 2012 11:01:12 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/vibration
In directory hutz:/tmp/cvs-serv12183
Modified Files:
Overview.html
Log Message:
split a step in two; more precise wording for canceling the vibration, see <http://lists.w3.org/Archives/Public/public-device-apis/2012Jun/0063.html>
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/vibration/Overview.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Overview.html 20 Jun 2012 11:05:05 -0000 1.26
+++ Overview.html 26 Jun 2012 11:01:10 -0000 1.27
@@ -147,7 +147,8 @@
<a href="http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html#dom-document-hidden">
hidden</a></code> attribute [[!PAGE-VISIBILITY]] is set to true,
abort these steps.
-
+ </li>
+ <li>
An implementation MAY abort the algorithm at this point.
<div class="note">
For example, an implementation might abort the
@@ -188,7 +189,8 @@
visibilitychange</a></code> event [[!PAGE-VISIBILITY]] is dispatched at
the <code>Document</code> in a <a>browsing context</a>, the
<a class="product-ua" href="#ua">user agent</a> MUST cancel the
- vibration.
+ pre-existing instance of the <a>processing vibration patterns</a>
+ algorithm, if any.
</p>
</section>
Received on Tuesday, 26 June 2012 11:01:17 UTC