- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Jul 2009 00:32:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv20953 Modified Files: Overview.html Log Message: 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) Index: Overview.html =================================================================== 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:32:25 UTC