- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Feb 2012 09:57:16 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/vibration
In directory hutz:/tmp/cvs-serv22626
Modified Files:
Overview.html
Log Message:
address Dom's LCWD comments <http://lists.w3.org/Archives/Public/public-device-apis/2012Feb/0019.html>
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/vibration/Overview.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Overview.html 1 Feb 2012 16:05:58 -0000 1.16
+++ Overview.html 9 Feb 2012 09:57:13 -0000 1.17
@@ -6,10 +6,10 @@
<script src='../ReSpec.js/js/respec.js' class='remove'></script>
<script class='remove'>
var respecConfig = {
- specStatus: "LC",
+ specStatus: "ED",
shortName: "vibration",
- publishDate: "2012-02-02",
- previousPublishDate: "2011-11-17",
+ //publishDate: "2012-02-02",
+ previousPublishDate: "2012-02-02",
previousMaturity: "FPWD",
edDraftURI: "http://dev.w3.org/2009/dap/vibration/",
lcEnd: "2012-03-01",
@@ -56,6 +56,12 @@
product: the <dfn id="ua">user agent</dfn> that implements the
interfaces that it contains.
</p>
+ <p>
+ Implementations that use ECMAScript to implement the APIs defined in
+ this specification must implement them in a manner consistent with the
+ ECMAScript Bindings defined in the Web IDL specification [[!WEBIDL]],
+ as this specification uses that specification and terminology.
+ </p>
</section>
<section>
@@ -152,7 +158,8 @@
If any entry of <var>pattern</var> exceeds an
implementation-dependent limit, then the
<a class="product-ua" href="#ua">user agent</a> MAY throw a
- <code>NotSupportedError</code> exception and abort these steps.
+ <code>NotSupportedError</code> exception [[!DOM4]] and abort these
+ steps.
</li>
<li>
If the length of <var>pattern</var> is even, then remove the last
Received on Thursday, 9 February 2012 09:57:17 UTC