- From: Mercurial notifier <cvsmail@w3.org>
- Date: Fri, 22 Jun 2012 14:56:15 +0000
- To: public-dap-commits@w3.org
changeset: 117:d1d9a3a9b5e2 user: Robin Berjon <robin@berjon.com> date: Fri Jun 22 16:33:14 2012 +0200 files: contacts/Overview.html description: conformance diff -r 2a903a4698d3 -r d1d9a3a9b5e2 contacts/Overview.html --- a/contacts/Overview.html Fri Jun 22 16:25:55 2012 +0200 +++ b/contacts/Overview.html Fri Jun 22 16:33:14 2012 +0200 @@ -112,39 +112,19 @@ <section id='conformance'> <p> - This specification defines conformance criteria that apply to a single product: the - <dfn id="ua">user agent</dfn> that implements the interfaces that it contains. + There is only one single conformance requirement placed upon the <dfn>user agent</dfn> + product: a <a>user agent</a> MUST support Web Intents [[!WEBINTENTS]]. </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. + The conformance criteria in this specification apply to a single product: the + <dfn>contact service</dfn> which exposes a Web Intent service that + handles Pick Contact Intents as defined in this specification. </p> <p> - A conforming implementation is required to implement all fields defined in this specification. + The data returned by the <a>contact service</a> is described in this specification using [[!WEBIDL]]. + When this data is provided using JavaScript, then the <a>contact service</a> MUST do so in a manner + consistent with the ECMAScript Bindings defined in the Web IDL specification. </p> - - <section> - <h2>Terminology</h2> - <p> - The terms <dfn>document base URL</dfn>, <dfn>browsing context</dfn>, <dfn>event handler attribute</dfn>, - <dfn>event handler event type</dfn>, <dfn>task</dfn>, <dfn>task source</dfn> and <dfn>task queues</dfn> - are defined by the HTML5 specification [[!HTML5]]. - </p> - <p> - The <a>task source</a> used by this specification is the <dfn>device task source</dfn>. - </p> - <p> - To <dfn>dispatch a <code>success</code> event</dfn> means that an event with the name - <code>success</code>, which does not bubble and is not cancellable, and which uses the - <code>Event</code> interface, is to be dispatched at the <a>ContactFindCB</a> object. - </p> - <p> - To <dfn>dispatch an <code>error</code> event</dfn> means that an event with the name - <code>error</code>, which does not bubble and is not cancellable, and which uses the <code>Event</code> - interface, is to be dispatched at the <a>ContactErrorCB</a> object. - </p> - </section> </section> <section>
Received on Friday, 22 June 2012 14:56:21 UTC