[html5] r2009 - [e] (0) Simplify the text around getContext()'s arguments.

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 5 03:59:47 PDT 2008


Author: ianh
Date: 2008-08-05 03:59:47 -0700 (Tue, 05 Aug 2008)
New Revision: 2009

Modified:
   index
   source
Log:
[e] (0) Simplify the text around getContext()'s arguments.

Modified: index
===================================================================
--- index	2008-08-05 10:57:39 UTC (rev 2008)
+++ index	2008-08-05 10:59:47 UTC (rev 2009)
@@ -20776,9 +20776,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).

Modified: source
===================================================================
--- source	2008-08-05 10:57:39 UTC (rev 2008)
+++ source	2008-08-05 10:59:47 UTC (rev 2009)
@@ -17971,9 +17971,7 @@
   comparisons must be <span>case-sensitive</span>.</p>
 
   <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>
+  ignored.</p>
 
   <p class="note">A future version of this specification will probably
   define a <code>3d</code> context (probably based on the OpenGL ES




More information about the Commit-Watchers mailing list