part of ACTION-55, need to differentiate hasFeature strings for Events and User Context modules
authorJames Craig <jcraig@apple.com>
Wed, 10 Jul 2013 00:02:53 -0700
changeset 117 d5f40637a3be
parent 116 9280c35ff04f
child 118 0edb411cd753
part of ACTION-55, need to differentiate hasFeature strings for Events and User Context modules
src/indie-ui-events.html
--- 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 :::::::::::::::::::: -->