- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Aug 2010 16:21:38 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/features
In directory hutz:/tmp/cvs-serv22577
Modified Files:
Overview.html
Log Message:
missing heading for geo api
notes for clarification
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/features/Overview.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Overview.html 21 Jul 2010 08:29:44 -0000 1.9
+++ Overview.html 4 Aug 2010 16:21:36 -0000 1.10
@@ -50,13 +50,15 @@
<h2>API Features</h2>
<p class="note">The feature APIs listed in this draft are roughly derived from
the BONDI 1.1 drafts, but require discussion and are subject to change
-to correspond to DAP API work.
+to correspond to DAP API work and other relevant APIs.
</p>
<p class="note">Look into existing similar classifications, e.g. the <a href="http://developer.android.com/reference/android/Manifest.permission.html">one used in Android</a>?</p>
<section id="geolocation">
+ <h3>Geolocation API</h3>
<p>The <code>geolocation</code> identifier corresponds to the access to the <code><a href="http://www.w3.org/TR/geolocation-API/#get-current-position">Geolocation::getCurrentPosition</a></code> and <code><a href="http://www.w3.org/TR/geolocation-API/#watch-position">Geolocation::watchPosition</a></code> methods defined in the Geolocation API [[!GEOLOCATION-API]].</p>
</selection>
+<p class="note">The strings below would need to be fleshed out based on actual specs / security models, and possibly completed with other APIs.</p>
<section id="contact-feature">
<h3>Contact API</h3>
<p>
@@ -107,6 +109,8 @@
<h3>Notification API</h3>
<code>notification</code>
</section>
+
+
<section class='conformance'>
<h2>Conformance</h2>
<p>
Received on Wednesday, 4 August 2010 16:21:40 UTC