- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Oct 2010 11:51:12 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts In directory hutz:/tmp/cvs-serv10802/contacts Modified Files: Writer.html Log Message: Added link to Dom's email as per ACTION-250 Index: Writer.html =================================================================== RCS file: /sources/public/2009/dap/contacts/Writer.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Writer.html 3 Aug 2010 11:53:24 -0000 1.3 +++ Writer.html 4 Oct 2010 11:51:10 -0000 1.4 @@ -48,6 +48,12 @@ This specification is built on top of an accompanying specification [[CONTACTS-API]] that enables read access to a user's unified address book. </p> + <p class="issue"> + Interesting summary of the general issues with a Writer API in the web context: + <a href="http://lists.w3.org/Archives/Public/public-device-apis/2010Jul/0112.html">http://lists.w3.org/Archives/Public/public-device-apis/2010Jul/0112.html</a> + + </p> + </section> <section id='sotd'> @@ -451,7 +457,7 @@ title='[Callback=FunctionOnly, NoInterfaceObject] interface ContactSuccessCB' class='idl'> <dt> - void onSuccess () + void onsuccess () </dt> <dd> <!-- interface description here --> @@ -480,7 +486,7 @@ title='[Callback=FunctionOnly, NoInterfaceObject] interface ContactErrorCB' class='idl'> <dt> - void onError () + void onerror () </dt> <dd> <!-- interface description here -->
Received on Monday, 4 October 2010 11:51:14 UTC