part of ACTION-55, need to differentiate hasFeature strings for Events and User Context modules
--- a/src/indie-ui-events.html Tue Jul 09 23:55:42 2013 -0700
+++ b/src/indie-ui-events.html Wed Jul 10 00:02:53 2013 -0700
@@ -739,7 +739,7 @@
<!-- :::::::::::::::::::: DOMImplementation::hasFeature :::::::::::::::::::: -->
<section id="hasFeature" class="normative">
<h2>Strings for DOMImplementation.hasFeature()</h2>
- <p>Support for IndieUI 1.0 can be queried by calling the <code>DOMImplementation.hasFeature()</code> method with the test string <code>org.w3c.indieui</code> and version <code>1.0</code>. Support for specific events can be queried by appending a single period and the literal event name to the feature string, as in <code>org.w3c.indieui.valuechangerequest</code>.</p>
+ <p>Support for IndieUI Events 1.0 can be queried by calling the <code>DOMImplementation.hasFeature()</code> method with the test string <code>org.w3c.indieui.events</code> and version <code>1.0</code>. Support for specific events can be queried by appending a single period and the literal event name to the feature string, as in <code>org.w3c.indieui.events.valuechangerequest</code>.</p>
</section>
<!-- :::::::::::::::::::: END DOMImplementation::hasFeature :::::::::::::::::::: -->