- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 10 Feb 2012 13:16:07 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/vibration
In directory hutz:/tmp/cvs-serv3506
Modified Files:
Overview.html
Log Message:
remove deprecated exception definitions
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/vibration/Overview.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Overview.html 9 Feb 2012 09:57:13 -0000 1.17
+++ Overview.html 10 Feb 2012 13:16:04 -0000 1.18
@@ -76,15 +76,6 @@
Vibration time in milliseconds.
</dd>
</dl>
- <dl class='exception' title='NotSupportedError'>
- <dt>
- NOT_SUPPORTED_ERR (9)
- </dt>
- <dd>
- The <code>time</code> argument exceeds an implementation
- dependent limit.
- </dd>
- </dl>
<dt>void vibrate()</dt>
<dd>
<dl class='parameters'>
@@ -95,17 +86,6 @@
entries still periods in milliseconds between the vibrations.
</dd>
</dl>
- <dl class='exception' title='NotSupportedError'>
- <dt>
- NOT_SUPPORTED_ERR (9)
- </dt>
- <dd>
- The length of the <code>pattern</code> argument exceeds an
- implementation-dependent limit, or one or more entries in the
- <code>pattern</code> argument exceed an implementation
- dependent limit.
- </dd>
- </dl>
</dd>
</dl>
Received on Friday, 10 February 2012 13:16:08 UTC