[html5] r3490 - [giow] (2) hasFeature() strings. If any of these combinations can be reduced to [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jul 28 17:32:02 PDT 2009
Author: ianh
Date: 2009-07-28 17:32:00 -0700 (Tue, 28 Jul 2009)
New Revision: 3490
Modified:
index
source
Log:
[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.
Modified: index
===================================================================
--- index 2009-07-29 00:27:00 UTC (rev 3489)
+++ index 2009-07-29 00:32:00 UTC (rev 3490)
@@ -6389,8 +6389,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>
Modified: source
===================================================================
--- source 2009-07-29 00:27:00 UTC (rev 3489)
+++ source 2009-07-29 00:32:00 UTC (rev 3490)
@@ -6325,8 +6325,10 @@
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>
More information about the Commit-Watchers
mailing list