- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Sep 2010 23:41:26 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv26518/contacts
Modified Files:
HTML.html contacts_picker.png
Added Files:
contacts_element.png
Log Message:
General updates to initial proposal
Index: contacts_picker.png
===================================================================
RCS file: /sources/public/2009/dap/contacts/contacts_picker.png,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
Binary files /tmp/cvsJfodIG and /tmp/cvsKQllhW differ
--- NEW FILE: contacts_element.png ---
(This appears to be a binary file; contents omitted.)
Index: HTML.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/HTML.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- HTML.html 21 Sep 2010 13:53:36 -0000 1.1
+++ HTML.html 21 Sep 2010 23:41:24 -0000 1.2
@@ -19,7 +19,7 @@
//publishDate: "2010-08-17",
//previousPublishDate: "2010-08-17",
//previousMaturity: "WD",
- edDraftURI: "http://dev.w3.org/2009/dap/contacts/HTML_Contacts.html",
+ edDraftURI: "http://dev.w3.org/2009/dap/contacts/HTML.html",
// lcEnd: "2009-08-05",
};
</script>
@@ -111,7 +111,7 @@
<div
class="example">
<p>
- The following code illustrates how to obtain contact information from a user's address book <em>manually</em>:
+ The following code illustrates how to obtain contact information from a user's address book.
</p>
<pre
class="sh_javascript">
@@ -187,13 +187,6 @@
<p>
A <code>device</code> element in the <a>contacts database state</a> SHOULD render as a graphical control on the current web page.
</p>
- <div
- class="example">
- <p
- class="note">
- Include example UI control for <code>device</code> element in the <a>contacts state</a>.
- </p>
- </div>
<p
class="note">
TBW: Passing parameters via <code>params</code> in to the UI control widget...
@@ -253,18 +246,18 @@
This page may render in the <a>user agent</a> as follows:
</p>
<p
- class="note">
- TODO: include rendered page mockup with <device> button-like rendering.
+ align="center">
+ <img
+ src="contacts_element.png"
+ alt="Device Element in Contacts State"><br>
+ (<a
+ href="contacts_element.png">View as PNG</a>)
</p>
<p>
If the user clicks on the rendered device control, the <a>user agent</a> may provide the <a>contact picker</a>, utilising all of
the parameters provided in the originating device element.
</p>
<p
- class="note">
- TODO: The 'Remember these settings for this page' checkbox in the contact picker is not relevant in manual mode...
- </p>
- <p
align="center">
<img
src="contacts_picker.png"
Received on Tuesday, 21 September 2010 23:41:28 UTC