Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
A draft document discussing various issues regarding, and risks to, privacy, with respect to Web Applications and development of new technology for the Web.

Work on this draft has stopped. Related work has continued in:

* [Privacy Principles](https://www.w3.org/TR/privacy-principles/)
* [Mitigating Browser Fingerprinting](https://www.w3.org/TR/fingerprinting-guidance/)
* [Security & Privacy Questionnaire](https://www.w3.org/TR/security-privacy-questionnaire/)

To view this draft in nicely rendered form, see: https://w3c.github.io/privacy-considerations/
19 changes: 15 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<head>
<title>Privacy Considerations for Web Protocols</title>
<meta charset='utf-8'>
<script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove'></script>

<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer>
</script>
<!-- <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove'></script> -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably just delete this?

<script class='remove'>
var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
Expand All @@ -17,7 +20,8 @@
// subtitle : "an excellent document",

// if you wish the publication date to be other than today, set this
// publishDate: "2009-08-06",
publishDate: "2014-06-28",
latestVersion: "https://w3c.github.io/privacy-considerations/",

// if the specification's copyright date is a range of years, specify
// the start date here:
Expand Down Expand Up @@ -52,8 +56,7 @@
// company: "Your Company", companyURL: "http://example.com/" },
//],

// name of the WG
wg: "Privacy Interest Group",
//group: "wg/privacy",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this left over from some iteration?


// URI of the public WG page
wgURI: "http://w3.org/Privacy/",
Expand Down Expand Up @@ -86,6 +89,14 @@
implementers, and those who deploy W3C specifications aware of privacy-
related design choices.
</section>

<details class="annoying-warning" open="">
<summary>This unofficial draft is discontinued</summary>
<p>
This draft is no longer under development. Related work has continued in the <a href="https://www.w3.org/TR/privacy-principles/">Privacy Principles</a>, <a href="https://www.w3.org/TR/fingerprinting-guidance/">Mitigating Browser Fingerprinting in Web Specifications</a> and <a href="https://www.w3.org/TR/security-privacy-questionnaire/">Self-Review Questionnaire: Security and Privacy</a> documents.
Do not reference this version as authoritative in any way.
</p>
</details>

<section>
<h2>Introduction</h2>
Expand Down