- From: poot <cvsmail@w3.org>
- Date: Wed, 29 Jul 2009 09:32:32 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: hasFeature() strings. If any of these combinations can be reduced to being only supported by one browser, I'll drop them from the spec. (whatwg r3490) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2688&r2=1.2689&f=h http://html5.org/tools/web-apps-tracker?from=3489&to=3490 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2688 retrieving revision 1.2689 diff -u -d -r1.2688 -r1.2689 --- Overview.html 29 Jul 2009 00:27:06 -0000 1.2688 +++ Overview.html 29 Jul 2009 00:32:06 -0000 1.2689 @@ -5785,8 +5785,8 @@ <p>For historical reasons, user agents should return the true value when the <dfn id="hasfeature" title="hasFeature"><code>hasFeature(<var title="">feature</var>, <var title="">version</var>)</code></dfn> method of the <code>DOMImplementation</code> interface is invoked - with parameter values "<code title="">HTML</code>" and - "<code>2.0</code>" (respectively).</p> + with <var title="">feature</var> set to either "<code title="">HTML</code>" or "<code title="">XHTML</code>" and <var title="">version</var> set to either "<code>1.0</code>" or + "<code>2.0</code>".</p> </div><h4 id="exceptions"><span class="secno">2.8.8 </span>Exceptions</h4><p>The following <code>DOMException</code> codes are defined in DOM Core. <a href="#references">[DOMCORE]</a><ol class="brief"><li value="1"><dfn id="index_size_err"><code>INDEX_SIZE_ERR</code></dfn></li>
Received on Wednesday, 29 July 2009 00:33:08 UTC