- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Nov 2011 07:56:03 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/vibration
In directory hutz:/tmp/cvs-serv10419
Modified Files:
Overview.html FPWD.html
Log Message:
null does not cancel the operation
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/vibration/Overview.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.html 16 Nov 2011 16:00:48 -0000 1.12
+++ Overview.html 17 Nov 2011 07:56:01 -0000 1.13
@@ -131,7 +131,7 @@
Let <var>pattern</var> be the value of the first argument.
</li>
<li>
- If <var>pattern</var> is 0, an empty list, or <code>null</code>, cancel the pre-existing
+ If <var>pattern</var> is 0, or an empty list, cancel the pre-existing
instance of the <a>processing vibration patterns</a> algorithm, if
any, and abort these steps.
</li>
Index: FPWD.html
===================================================================
RCS file: /sources/public/2009/dap/vibration/FPWD.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- FPWD.html 16 Nov 2011 16:11:03 -0000 1.1
+++ FPWD.html 17 Nov 2011 07:56:01 -0000 1.2
@@ -567,7 +567,7 @@
Let <var>pattern</var> be the value of the first argument.
</li>
<li>
- If <var>pattern</var> is 0, an empty list, or <code>null</code>, cancel the pre-existing
+ If <var>pattern</var> is 0, or an empty list, cancel the pre-existing
instance of the <a class="internalDFN" href="#dfn-processing-vibration-patterns">processing vibration patterns</a> algorithm, if
any, and abort these steps.
</li>
Received on Thursday, 17 November 2011 07:56:05 UTC