- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Aug 2008 20:03:20 +0900 (JST)
- To: public-html-diffs@w3.org
Simplify the text around getContext()'s arguments. (whatwg r2009) context http://people.w3.org/mike/diffs/html5/spec/Overview.1.1197.html#context0 http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1196&r2=1.1197&f=h http://html5.org/tools/web-apps-tracker?from=2008&to=2009 =================================================================== 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:03:58 UTC