- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Feb 2010 16:18:16 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/policy-reqs
In directory hutz:/tmp/cvs-serv17654
Modified Files:
Overview.html
Log Message:
minor editorial changes
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/policy-reqs/Overview.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Overview.html 22 Feb 2010 16:15:48 -0000 1.6
+++ Overview.html 22 Feb 2010 16:18:14 -0000 1.7
@@ -101,19 +101,19 @@
A Widget whose signature chains to operator root can read and write
from the PIM databases.
</li><li>
- A Widget downloaded from weather.example.com can access
+ A widget downloaded from <code>weather.example.com</code> can access
geolocation coordinates if the user says it’s OK.
</li><li>
- The weather.example.com Widget can connect to
- weather.example.com without
+ The <code>weather.example.com</code> widget can connect to
+ <code>weather.example.com</code> without
notifying the user, except when roaming.
</li><li>
- All Widgets with a reliably identified author can save data
+ All widgets with a reliably identified author can save data
persistently if the user says it’s OK.
</li><li>
- No Widget can get my location, no matter who trusts it.
+ No widget can get my location, no matter who trusts it.
</li><li>
- No Widget can access evil.example.org.
+ No widget can access <code>evil.example.org</code>.
</li><li>
An unsigned widget cannot launch another application without user
consent.
@@ -128,16 +128,16 @@
A reliably identified website can access geolocation coordinates if the
user confirms it’s OK.
</li><li>
- Any Website in a subdomain of mynetwork.example.com can read phone status
+ Any website in a subdomain of <code>mynetwork.example.com</code> can read phone status
properties.
</li><li>
- Reliably identified Websites can send and receive SMS except to premium
+ Reliably identified websites can send and receive SMS except to premium
rate numbers.
</li><li>
- evil.example.com cannot access any device APIs.
+ <code>evil.example.com</code> cannot access any device APIs.
</li><li>
- The weather.example.com foo widget can access geolocation coordinates but
- only if it’s embedded on the foo home page.
+ The <code>weather.example.com</code> <var>foo</var> widget can access geolocation coordinates but
+ only if it’s embedded on the <var>foo</var> home page.
</li>
</ul>
</p>
Received on Monday, 22 February 2010 16:18:18 UTC