-
Notifications
You must be signed in to change notification settings - Fork 17
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
Rework retaliation text #458
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -1989,7 +1989,7 @@ | |||||
<p> | ||||||
<span class="practicelab" id="principle-minimize-consent-requests"> | ||||||
An [=actor=] should avoid interrupting a [=person=]'s use of a site for | ||||||
consent requests when an alternative is available. | ||||||
consent requests when an alternative is available. | ||||||
</span> | ||||||
</p> | ||||||
</div> | ||||||
|
@@ -2080,11 +2080,24 @@ | |||||
</span> | ||||||
</div> | ||||||
|
||||||
Whenever people have the ability to cause an [=actor=] to process less of their [=data=] or to stop | ||||||
carrying out some given set of data processing that is not essential to the service, they must be | ||||||
allowed to do so without the [=actor=] retaliating, for instance by artificially removing an | ||||||
unrelated feature, by decreasing the quality of the service, or by trying to cajole, badger, or | ||||||
trick the [=person=] into opting back into the [=processing=]. | ||||||
People should be free to limit the amount of private information they share, | ||||||
to request that an actor limit the uses of data already shared, | ||||||
or that data be deleted. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [=data=] There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
When a person chooses to deny or withdraw their permission to use their data, | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [=person=] There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
retaliation is inappropriate. | ||||||
|
||||||
It is not retaliation to terminate a service | ||||||
when data that is essential to the operation of a service is withheld. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [=data=] There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
However, it might be retaliation if withholding data | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [=data=] There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
results in actions unrelated to the use of that data. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [=data=] There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
Examples of retaliatory behavior include: | ||||||
|
||||||
* making the process of withdrawing consent more onerous than granting it; | ||||||
|
||||||
* using threats, badgering, or trickery ([[?dark-patterns]]) | ||||||
to encourage people to reconsider their choice; and, | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I appreciate the wording and adjusted tone. I believe the original text is more direct on this point. Perhaps a reword to "to encourage people to reconsider their choice and opting back into the [=processing=];" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I dropped that for two reasons:
I don't know that either is more or less direct. The original was narrower, which is a form of directness, I suppose. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just for context/clarity due to my W3C position, my comment above is a non-blocking suggestion. |
||||||
|
||||||
* denying access to services that do not depend on use of the data. | ||||||
|
||||||
## Support Choosing Which Information to Present {#support-choosing-info} | ||||||
|
||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[=actor=]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.