Skip to content

Commit

Permalink
addresses #24
Browse files Browse the repository at this point in the history
related to #135

add principle to consent section to note that consent does not include
non-user, and that functionality must be provided to access or remove data
in those cases
  • Loading branch information
npdoty committed Jun 27, 2023
1 parent 5286a4e commit 81a41e9
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1955,13 +1955,29 @@
<div class="practice">
<p>
<span class="practicelab" id="principle-consent-withdraw">
It should be as easy for a user to check what consent they have given,
It should be as easy for a [=person=] to check what consent they have given,
to withdraw consent, or to opt out or object,
as to give consent.
</span>
</p>
</div>

A [=person=] providing consent does not imply consent from other [=people=] whose data may be
included or implicated.

<div class="practice">
<p>
<span class="practicelab" id="principle-consent-otherpeople">
[=Actors=] should provide accessible functionality to access, correct and remove data about
[=people=] to those [=people=] when that data may have been provided by someone else.
</span>
</p>
</div>

<div class="note">
See <a href="#group-privacy">Group Privacy</a> and <a href="#data-rights">Data Rights</a> for
further discussion of privacy of people other than the user.
</div>

## Notifications and Interruptions {#interruptions}

Expand Down

0 comments on commit 81a41e9

Please sign in to comment.