- From: Arthur Barstow <art.barstow@nokia.com>
- Date: Tue, 05 Apr 2011 11:24:27 -0400
- To: "public-webevents@w3.org" <public-webevents@w3.org>
Below is a input for a Conformance section for the Touch Events spec. I tried to push this patch using hg but ran into some errors :-(. I copied this input from the Contacts API spec [1]. Comments welcome. -ArtB # Tracker: Action-15 [1] http://dev.w3.org/2009/dap/contacts/ ----- diff -r 2ed5a4944159 -r 427fdae77dad touchevents.html --- a/touchevents.html Fri Apr 01 09:58:21 2011 -0700 +++ b/touchevents.html Tue Apr 05 09:31:18 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>
Received on Tuesday, 5 April 2011 15:24:56 UTC