- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 01 Sep 2010 17:02:35 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/policy-reqs
In directory hutz:/tmp/cvs-serv30266
Modified Files:
Overview.html
Log Message:
mark sections as informative, add text to sotd noting that this is an informative document.
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/policy-reqs/Overview.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Overview.html 25 Aug 2010 13:58:11 -0000 1.44
+++ Overview.html 1 Sep 2010 17:02:33 -0000 1.45
@@ -25,13 +25,12 @@
</section> <!-- abstract -->
<section id='sotd'>
- This document is expected to be further updated based on both Working
- Group input and public comments. The Working Group anticipates to
- eventually publish a stabilized version of this document as a W3C
- Working Group Note.
+ This document is not normative. The Working Group expects to evolve
+ this document further and will eventually publish a stable
+ version as a Working Group Note.
</section>
- <section id='introduction'>
+ <section id='introduction' class='informative'>
<h2>Introduction</h2>
<p>
The DAP working group is defining APIs designed to enable
@@ -63,9 +62,9 @@
</p>
</section> <!-- introduction -->
- <section id='web-case'>
+ <section id='web-case' class='informative'>
<h3>Web Browser and Untrusted Widgets</h3>
- <section id='web-case-overview'>
+ <section id='web-case-overview' class='informative'>
<h4>Use Case Overview</h4>
<p>The web browser Device API use case is the one
where a web page invokes the Device API as part of the page
@@ -128,7 +127,7 @@
browsers and stored locally or remotely.</li>
</ul>
</section>
- <section id='web-case-rqmts'>
+ <section id='web-case-rqmts' class='informative'>
<h4>Requirements</h4>
<p>
<ul>
@@ -192,7 +191,7 @@
representation of the access control configuration at any time.
</p>
</section>
- <section id="web-issues">
+ <section id="web-issues" class='informative'>
<h3>Issues</h3>
<ul>
<li> Granularity of user decisions
@@ -228,9 +227,9 @@
</section>
</section> <!-- web -->
- <section id='trusted-widget-case'>
+ <section id='trusted-widget-case' class='informative'>
<h3>Trusted Widget or Application</h3>
- <section id='widget-case-overview'>
+ <section id='widget-case-overview' class='informative'>
<h4>Use Case Overview</h4>
<p>The trusted Widget or application Device API use case is
where a trusted widget or application is
@@ -265,7 +264,7 @@
similar to personal computer application install, may be appropriate.
</p>
</section>
- <section id='widget-case-rqmts'>
+ <section id='widget-case-rqmts' class='informative'>
<h4>Requirements</h4>
<ul>
<li><p>Trust be established to a satisfactory level. In the
@@ -280,9 +279,9 @@
</ul>
</section>
</section> <!-- trusted widget -->
- <section id='delegated-authority-case'>
+ <section id='delegated-authority-case' class='informative'>
<h3>Delegated Authority</h3>
- <section id='delegated-authority-case-overview'>
+ <section id='delegated-authority-case-overview' class='informative'>
<h4>Use Case Overview</h4>
<p>The Delegated Authority Device API use case includes the use of
explicit and interoperable policy definitions to control the use of
@@ -361,7 +360,7 @@
</p>
</section>
- <section id='delegated-authority-case-rqmts'>
+ <section id='delegated-authority-case-rqmts' class='informative'>
<h4>Requirements</h4>
<ul>
<li><p>Policy SHOULD be defined in a portable device-independent
@@ -438,7 +437,7 @@
policy statements.
</p>
</section>
- <section id='delegated-authority-case-examples'>
+ <section id='delegated-authority-case-examples' class='informative'>
<h3>Policy Examples</h3>
<p>
This section provides specific examples of statements or
@@ -497,7 +496,7 @@
</section>
</section> <!-- delgated authority -->
- <section id="threats">
+ <section id="threats" class='informative'>
<h3>Security and Privacy Threats</h3>
<p>
This section outlines some threats related to
Received on Wednesday, 1 September 2010 17:02:37 UTC