First draft of a Conformance section based on the DAP WG's Contacts API:
authorArt Barstow <art.barstow@nokia.com>
Tue, 05 Apr 2011 12:53:53 -0400
changeset 28 4cbcb68446b5
parent 27 2ed5a4944159
child 29 348e35a8557f
First draft of a Conformance section based on the DAP WG's Contacts API:

http://dev.w3.org/2009/dap/contacts/
touchevents.html
--- a/touchevents.html	Fri Apr 01 09:58:21 2011 -0700
+++ b/touchevents.html	Tue Apr 05 12:53:53 2011 -0400
@@ -97,6 +97,15 @@
       The Touch Interface specification defines a set of low-level events that represent one or more points of contact with a touch-sensitive surface, and changes of those points with respect to the surface and any DOM elements displayed upon it (e.g. for touch screens) or associated with it (e.g. for drawing tablets without displays).  It also addresses pen-tablet devices, such as drawing tablets, with consideration toward stylus capabilities.
     </section>
 
+    <section id='conformance'>
+
+      <p>This specification defines conformance criteria that apply to a single product: the <dfn id="dfn-user-agent">user agent</dfn> that implements the interfaces that it contains. </p>
+
+      <p>Implementations that use ECMAScript to implement the APIs defined in this specification must implement them in a manner consistent with the ECMAScript Bindings defined in the Web IDL specification [[!WEBIDL]] as this specification uses that specification and terminology.  </p>
+
+      <p> A conforming implementation is required to implement all fields defined in this specification. </p>
+
+    </section>
 
     <section>
       <h2><a>TouchPoint</a> Interface</h2>