WHATWG deprecated hasFeature, so this may need rework.
authorJames Craig <jcraig@apple.com>
Mon, 19 Aug 2013 16:36:21 -0700
changeset 136 c0a59aab8f20
parent 135 d07f0704c79f
child 137 e4466b59e12c
WHATWG deprecated hasFeature, so this may need rework.
src/indie-ui-events.html
--- a/src/indie-ui-events.html	Sun Aug 18 16:08:09 2013 -0700
+++ b/src/indie-ui-events.html	Mon Aug 19 16:36:21 2013 -0700
@@ -802,6 +802,7 @@
 			<p>User agents with <em>complete</em> support for IndieUI Events 1.0 MUST return <code>true</code> when the <code>DOMImplementation.hasFeature()</code> method is called with the feature string <code>"org.w3c.indieui.events"</code> and version <code>"1.0"</code>. User agents with partial-but-incomplete support for Indie UI 1.0 MAY return <code>true</code> when queried with the version string <code>"0.0"</code>.</p>
 			<p class="ednote">The previous RFC-2119 "may" is intended to prevent UAs from claiming full support too soon. Should we use 0.0, 0.9, or something else here? UAs should probably not return true for <code>DOMImplementation.hasFeature("org.w3c.indieui.events", "1.0")</code> until after we publish a Last Call draft.</p>
 			<p>User agents implementing specific events MUST return <code>true</code> when the <code>DOMImplementation.hasFeature()</code> method is called with a feature string matching the literal event name appended to the main IndieUI events string, such as <code>"org.w3c.indieui.events.valuechangerequest"</code>.</p>
+			<p class="ednote">Note: WHATWG has <a href="http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature">deprecated hasFeature</a>, so we may need to add some additional interfaces to allow object detection of supported features.</p>
 		</section>
 		<!-- :::::::::::::::::::: END DOMImplementation.hasFeature :::::::::::::::::::: -->