- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 May 2011 15:35:52 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv9965
Modified Files:
Overview.html
Log Message:
testing integration of test assertion markup
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- Overview.html 25 May 2011 13:46:03 -0000 1.132
+++ Overview.html 25 May 2011 15:35:49 -0000 1.133
@@ -172,7 +172,7 @@
<section id='conformance'>
<p>
This specification defines conformance criteria that apply to a single product: the
- <dfn>user agent</dfn> that implements the interfaces that it contains.
+ <dfn id="ua">user agent</dfn> that implements the interfaces that it contains.
</p>
<p>
Implementations that use ECMAScript to implement the APIs defined in this specification must implement
@@ -219,7 +219,7 @@
<section>
<h2>Privacy considerations for implementors of the Contacts API</h2>
<p>
- A <a>user agent</a> MUST NOT provide contact information to Web sites without the express
+ A <a class="product-ua" href="#ua">user agent</a> MUST NOT provide contact information to Web sites without the express
permission of the user. A <a>user agent</a> MUST acquire permission through a user interface, unless
they have prearranged trust relationships with users, as described below. The user interface MUST
include the <a>document base URL</a>. Those permissions that are acquired through the user interface
@@ -346,7 +346,7 @@
Let <var>errorCallback</var> be the callback indicated by the method's third argument, if any, or null otherwise.
</li>
<li>If <var>successCallback</var> is null, abort these steps.</li>
- <li>
+ <li class="ua" id="ta-ag">
If there is a <a>task</a> from the <a>device task source</a> in one of the <a>task
queues</a> (e.g. an existing <code>find()</code> operation is still pending a response), run these
substeps:
Received on Wednesday, 25 May 2011 15:35:53 UTC