- From: Mercurial notifier <cvsmail@w3.org>
- Date: Fri, 22 Jun 2012 14:56:17 +0000
- To: public-dap-commits@w3.org
changeset: 119:74220f9bd6c2 user: Robin Berjon <robin@berjon.com> date: Fri Jun 22 16:35:57 2012 +0200 files: contacts/Overview.html description: remove API Invocation via DOM Events diff -r 28ce53656ad7 -r 74220f9bd6c2 contacts/Overview.html --- a/contacts/Overview.html Fri Jun 22 16:35:38 2012 +0200 +++ b/contacts/Overview.html Fri Jun 22 16:35:57 2012 +0200 @@ -897,40 +897,6 @@ </div> </section> - <section> - <h3>API Invocation via DOM Events</h3> - - <p> - The API contained in this document can be invoked either programmatically (for example, inline within - a general script) or resulting from the <a>interaction of a user</a>. - </p> - - <p> - The <dfn>interaction of a user</dfn> is when a user invokes the API from an <a href= - "http://dev.w3.org/html5/markup/elements.html"><code>HTMLElement</code></a> [[HTML5]] within the current - <a>browsing context</a> via a <a>valid auto-invocation event</a>. - </p> - - <p> - A <dfn>valid auto-invocation event</dfn> includes any of the following event types, as defined in - [[!DOM-LEVEL-3-EVENTS]]: - </p> - - <ul> - <li><code>click</code></li> - - <li><code>dblclick</code></li> - - <li><code>mouseup</code></li> - </ul> - - <p> - The <code>find()</code> method on <a href="#contacts-interface"><code>Contacts</code></a> should, if - the method was invoked by an <a>interaction of a user</a> (as opposed to having been created and executed - in general script), display the <a>Contact Picker</a> directly. - </p> - </section> - <section class="informative appendix"> <h2>User Interaction Guidelines</h2>
Received on Friday, 22 June 2012 14:56:19 UTC