- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Aug 2008 10:59:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3384
Modified Files:
Overview.html
Log Message:
Simplify the text around getContext()'s arguments. (whatwg r2009)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1196
retrieving revision 1.1197
diff -u -d -r1.1196 -r1.1197
--- Overview.html 5 Aug 2008 10:57:43 -0000 1.1196
+++ Overview.html 5 Aug 2008 10:59:51 -0000 1.1197
@@ -20798,9 +20798,7 @@
that it does not support, then it must return null. String comparisons
must be <a href="#case-sensitive">case-sensitive</a>.
- <p>Arguments other than the <var title="">contextId</var> must be ignored,
- and must not cause the user agent to raise an exception (as would normally
- occur if a method was called with the wrong number of arguments).
+ <p>Arguments other than the <var title="">contextId</var> must be ignored.
<p class=note>A future version of this specification will probably define a
<code>3d</code> context (probably based on the OpenGL ES API).
Received on Tuesday, 5 August 2008 11:00:33 UTC