Skip to content

Rename explainer #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 2, 2025
Merged
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: 4 additions & 2 deletions explainer.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Global Privacy Control (GPC) Explainer
# Global Privacy Control (GPC) Legal and Implementation Considerations Guide

Editors:
[Aram Zucker-Scharff](https://github.com/AramZS)
Expand All @@ -9,6 +9,8 @@ Editors:

Global Privacy Control (GPC) is a proposed specification designed to allow Internet users to notify businesses of their preference to not have their personal information sold or shared, or used for targeted advertising. It consists of a setting or extension in the user’s browser that provides a mechanism that websites can use to indicate they support the specification.

This Legal and Implementation Considerations Guide is designed to give an overview of how GPC operates as well a summary of the legal effects GPC may have in different jurisdictions. However, this document is for reference purposes only --- it does not constitute legal advice.
Copy link
Member

Choose a reason for hiding this comment

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

Christine was thinking of changing the title to "Legal Issues and Implementation" but we reference "legal effects" here. I would vote to leave the title as is for simplicity.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

agreed


- [1. Draft Specification](#1-draft-specification)
- [2. Background](#2-background)
- [3. Solution](#3-solution)
Expand Down Expand Up @@ -153,7 +155,7 @@ GPC is not necessarily intended to invoke every new privacy right in every juris

It is not considered standard for W3C specifications to present user interface recommendations or restrictions. User interfaces are the domain of user-agents who, being closest to the user, best understand how their users interpret and react to the underlying functionality. For GPC, some user-agents may present themselves as privacy-focused technology, in which case it may make sense for the signal to be defaulted to on at all times, which, for example, is supported in California and Colorado for privacy-focused technology. Some user-agents may be generic, with no expectation for people setting defaults. Some user-agents may present GPC in different formats and devices and necessitate unique user interface requirements.

This explainer presents examples of user-agent user interfaces for GPC as an aid to adopters who are interested in or required to implement GPC as to how it can be presented.
This Guide presents examples of user-agent user interfaces for GPC as an aid to adopters who are interested in or required to implement GPC as to how it can be presented.

### 6.1 Example Presentations of User-agent Level UI

Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@ <h2>Legal Effects</h2>
have legal effects, depending on factors such as the location of the individual sending the
signal, the scope of the applicable law, as well as any separate agreement between the
recipient of the signal and the individual. For additional details on legal effects,
<a href="https://privacycg.github.io/gpc-spec/explainer" target="_blank">consult the explainer</a>.
<a href="https://w3c.github.io/gpc/explainer" target="_blank">consult the Legal and
Implementation Considerations Guide</a>.
</p>
<p>
For example, the use of the GPC signal by an individual will be intended to communicate the
Expand Down