- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Jan 2011 15:31:11 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts In directory hutz:/tmp/cvs-serv30377 Modified Files: Overview.html Log Message: moved terminology to conformance Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/contacts/Overview.html,v retrieving revision 1.105 retrieving revision 1.106 diff -u -d -r1.105 -r1.106 --- Overview.html 19 Jan 2011 15:30:16 -0000 1.105 +++ Overview.html 19 Jan 2011 15:31:08 -0000 1.106 @@ -120,6 +120,34 @@ A conforming implementation is required to implement all fields defined in this specification. </p> </section> + <section> + <h2> + Terminology + </h2> + <p> + The terms <dfn>document base URL</dfn>, <dfn>browsing context</dfn>, <dfn + title="event handler attribute">event handler attributes</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><a + href="http://dev.w3.org/2009/dap/device/#the-pendingop-interface">PendingOp</a> task source</dfn>. + </p> + + <p class="note"> + PendingOp needs updating in [[!CORE-DEVICE]] to show that it is a valid <a>task source</a>. + </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 cancelable, and which uses the <code>Event</code> interface, is to be dispatched at the <a + href="#contactfindcb-interface"><code>ContactFindCB</code></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 cancelable, and which uses the <code>Event</code> interface, is to be dispatched at the <a + href="#contacterrorcb-interface"><code>ContactErrorCB</code></a> object. + </p> + </section> <section class="informative"> <h2> @@ -185,34 +213,6 @@ // ..is equivalent to: navigator.service.contacts(/* parameters */) </pre> </div> - <section> - <h2> - Terminology - </h2> - <p> - The terms <dfn>document base URL</dfn>, <dfn>browsing context</dfn>, <dfn - title="event handler attribute">event handler attributes</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><a - href="http://dev.w3.org/2009/dap/device/#the-pendingop-interface">PendingOp</a> task source</dfn>. - </p> - - <p class="note"> - PendingOp needs updating in [[!CORE-DEVICE]] to show that it is a valid <a>task source</a>. - </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 cancelable, and which uses the <code>Event</code> interface, is to be dispatched at the <a - href="#contactfindcb-interface"><code>ContactFindCB</code></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 cancelable, and which uses the <code>Event</code> interface, is to be dispatched at the <a - href="#contacterrorcb-interface"><code>ContactErrorCB</code></a> object. - </p> - </section> </section> <section> <h2>
Received on Wednesday, 19 January 2011 15:31:12 UTC