- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Oct 2010 10:45:30 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv5734/contacts
Modified Files:
Overview.html
Log Message:
- 'anniversary' element
- 'relationships' element
+ error fixes in 'User Interaction Guidelines - Example #2'.
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- Overview.html 4 Oct 2010 09:55:23 -0000 1.90
+++ Overview.html 4 Oct 2010 10:45:28 -0000 1.91
@@ -526,14 +526,6 @@
</p>
</dd>
<dt>
- attribute DOMString anniversary
- </dt>
- <dd>
- <p>
- See [[[!POCO-SCHEMA]] Section 7.2.1. <code>anniversary</code>].
- </p>
- </dd>
- <dt>
attribute DOMString gender
</dt>
<dd>
@@ -566,14 +558,6 @@
</p>
</dd>
<dt>
- attribute ContactField[] relationships
- </dt>
- <dd>
- <p>
- See [[[!POCO-SCHEMA]] Section 7.2.2. <code>relationships</code>].
- </p>
- </dd>
- <dt>
attribute ContactField[] urls
</dt>
<dd>
@@ -1553,9 +1537,12 @@
<section class="informative appendix">
<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 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>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>
@@ -1565,7 +1552,9 @@
<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>
+<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>
@@ -1717,8 +1706,7 @@
</pre>
</div>
<p>
- If the user clicks on the rendered button element the <a>user agent</a> may provide a non-blocking <dfn>contact search notification</dfn> as
- follows:
+ This code may render as follows within the <a>user agent</a>:
</p>
<p
align="center">
@@ -1729,7 +1717,7 @@
href="contacts_element.png">View as PNG</a>)
</p>
<p>
- If the user clicks on the rendered button element the <a>user agent</a> may directly provide a <dfn>contact picker</dfn>, as defined in
+ If the user clicks on the rendered button element then the <a>user agent</a> may directly provide a <dfn>contact picker</dfn>, as defined in
<a href="#api-invocation-via-dom-events">API Invocation via DOM Events</a>, utilizing all of the
parameters provided in the <code>find()</code> operation as follows:
</p>
Received on Monday, 4 October 2010 10:45:33 UTC