--- 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,'<').replace(/>/g,'>'); } </script>