ACTION-55: Strings for DOMImplementation.hasFeature()
authorJames Craig <jcraig@apple.com>
Tue, 09 Jul 2013 23:55:42 -0700
changeset 116 9280c35ff04f
parent 115 ca0e9a3513d6
child 117 d5f40637a3be
ACTION-55: Strings for DOMImplementation.hasFeature()
src/indie-ui-events.html
--- a/src/indie-ui-events.html	Tue Jul 09 23:31:51 2013 -0700
+++ b/src/indie-ui-events.html	Tue Jul 09 23:55:42 2013 -0700
@@ -736,6 +736,13 @@
 		</section>
 		<!-- :::::::::::::::::::: END UI Request Event Interfaces :::::::::::::::::::: -->
 
+		<!-- :::::::::::::::::::: 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>
+		</section>
+		<!-- :::::::::::::::::::: END DOMImplementation::hasFeature :::::::::::::::::::: -->
+
 		<!--
 		ReSpec: Use @data-transform to reuse a JavaScript content formatter, and @data-oninclude to transform external content before inclusion.
 		<script type="text/javascript">function xmp(r, content) { return content.replace(/</g,'&lt;').replace(/>/g,'&gt;'); } </script>