- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Dec 2009 09:32:31 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv27256
Modified Files:
Overview.html
Log Message:
- added section wrapping the API for better ToC
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Overview.html 16 Dec 2009 09:19:19 -0000 1.40
+++ Overview.html 16 Dec 2009 09:32:29 -0000 1.41
@@ -48,642 +48,647 @@
</section>
<section>
- <h2>The <a>System</a> API</h2>
+ <h2>API Description</h2>
- <p>Objects implementing the <code>NavigatorDevice</code>
- interface (e.g. the <code>window.navigator.device</code>
- object in Web browsers [[!NAVIGATOR]]) provide access to the
- interfaces defined below through the
- <a>System</a> interface. An instance of
[...2633 lines suppressed...]
+ <dd>
+ The error object of an unsuccessful asynchronous operation.
+ </dd>
+ </dl>
+ </dd>
+ </dl>
+
+ </section>
<section>
<h4>GenericError</h4>
@@ -1500,7 +1505,7 @@
</dl>
</section>
-
+ </section>
</section>
Received on Wednesday, 16 December 2009 09:32:43 UTC