Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) hasFeature() strings. If any of these combinations can be …
…reduced to being only supported by one browser, I'll drop them from the spec.

git-svn-id: http://svn.whatwg.org/webapps@3490 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 29, 2009
1 parent a94453c commit 030e9c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -6389,8 +6389,8 @@ interface <dfn id=domstringmap-0>DOMStringMap</dfn> {};</pre>
<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>

Expand Down
6 changes: 4 additions & 2 deletions source
Expand Up @@ -6325,8 +6325,10 @@ interface <dfn>DOMStringMap</dfn> {};</pre>
when the <dfn 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>

Expand Down

0 comments on commit 030e9c4

Please sign in to comment.