- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Jul 2011 16:03:54 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/privacy-practices
In directory hutz:/tmp/cvs-serv30592
Modified Files:
Overview.html
Log Message:
move ids to span elements to best practice summary can contain
links. Get rid of practiceNum config item that is no longer needed.
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/privacy-practices/Overview.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Overview.html 13 Jul 2011 21:17:56 -0000 1.11
+++ Overview.html 14 Jul 2011 16:03:52 -0000 1.12
@@ -6,7 +6,6 @@
<script src='../ReSpec.js/js/respec.js' class='remove'></script>
<script class='remove'>
var respecConfig = {
- practiceNum: 1,
specStatus: "ED",
shortName: "dap-privacy-practices",
editors: [
@@ -55,8 +54,8 @@
These are enumerated below and in more detail in the reference
[[PRIVACY-BY-DESIGN]].</p>
<div class="practice">
- <p><a id="bp-privacy-by-design"></a>
- <span class="practicelab">Follow "Privacy By Design" principles</span></p>
+ <p>
+ <span id="bp-privacy-by-design" class="practicelab">Follow "Privacy By Design" principles</span></p>
<p class="practicedesc">
Proactively consider privacy, make preservation of
privacy the default, including privacy in a
@@ -80,7 +79,7 @@
<h2>User Centric Design</h2>
<p>Privacy should be user centric.</p>
<div class="practice">
- <p><a id="bp-user-driven"></a><span
+ <p><span id="bp-user-driven"
class="practicelab">Enable the user to decisions
that affect their privacy within the context of the service</span></p>
<p class="practicedesc">
@@ -92,7 +91,7 @@
</p>
</div>
<div class="practice">
- <p><a id="bp-choices-in-context"></a><span
+ <p><span id="bp-choices-in-context"
class="practicelab">Enable the user to make decisions in
context at the time of an operation requiring the
decision.</span></p>
@@ -126,7 +125,7 @@
through action.</p>
</div>
<div class="practice">
- <p><a id="bp-sp-choices"></a><span
+ <p><span id="bp-sp-choices"
class="practicelab">Attempt to learn user privacy
decisions and respond to them.
</span></p>
@@ -140,7 +139,7 @@
</p>
</div>
<div class="practice">
- <p><a id="bp-usability"></a><span
+ <p><span id="bp-usability"
class="practicelab">Create a service that enables user
choices and control by making it usable
</span></p>
@@ -152,7 +151,7 @@
</p>
</div>
<div class="practice">
- <p><a id="bp-clarity"></a><span
+ <p><span id="bp-clarity"
class="practicelab">Be clear and
transparent to users regarding
potential privacy concerns.
@@ -165,7 +164,7 @@
</p>
</div>
<div class="practice">
- <p><a id="bp-clarify-one-shot-or-repeated"></a><span
+ <p><span id="bp-clarify-one-shot-or-repeated"
class="practicelab">Be clear as to whether information is
needed on a one-time basis or is necessary for a period of
time and whether data retention is required.
@@ -184,7 +183,7 @@
the amount and detail of data required to provide a service.
</p>
<div class="practice">
- <p><a id="bp-data-granularity"></a><span
+ <p><span id="bp-data-granularity"
class="practicelab">Request the minimum number of data
items at the
minimum level of detail needed to provide a service.</span></p>
@@ -199,7 +198,7 @@
</p>
</div>
<div class="practice">
- <p><a id="bp-data-retention"></a><span
+ <p><span id="bp-data-retention"
class="practicelab">
Retain the minimum amount of data at the minimum level of detail for
the minimum amount of time needed.
@@ -222,7 +221,7 @@
<section id="data-confidentiality">
<h2>Maintain the confidentiality of personal data</h2>
<div class="practice">
- <p><a id="bp-use-https"></a><span
+ <p><span id="bp-use-https"
class="practicelab">
Maintain the confidentiality of user data in
transmission, for example using <code>HTTPS</code> for
@@ -236,7 +235,7 @@
means of transport confidentiality is provided. </p>
</div>
<div class="practice">
- <p><a id="bp-secure-storage"></a><span
+ <p><span id="bp-secure-storage"
class="practicelab">
Maintain the confidentiality of user data in
storage.
@@ -249,6 +248,7 @@
</p>
</div>
</section>
+ <section id='bp-summary'></section>
</body>
</html>
Received on Thursday, 14 July 2011 16:03:56 UTC