Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
25 changes: 19 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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,
Copy link
Contributor

Choose a reason for hiding this comment

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

[=actor=]

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Suggested change
to request that an actor limit the uses of data already shared,
to request that an [=actor=] limit the uses of data already shared,

or that data be deleted.
Copy link
Contributor

Choose a reason for hiding this comment

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

[=data=]

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Suggested change
or that data be deleted.
or that [=data=] be deleted.

When a person chooses to deny or withdraw their permission to use their data,
Copy link
Contributor

Choose a reason for hiding this comment

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

[=person=]

Copy link
Collaborator Author

Choose a reason for hiding this comment

The 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,
When a [=person=] chooses to deny or withdraw their permission to use their [=data=],

retaliation is inappropriate.

It is not retaliation to terminate a service
when data that is essential to the operation of a service is withheld.
Copy link
Contributor

Choose a reason for hiding this comment

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

[=data=]

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Suggested change
when data that is essential to the operation of a service is withheld.
when [=data=] that is essential to the operation of a service is withheld.

However, it might be retaliation if withholding data
Copy link
Contributor

Choose a reason for hiding this comment

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

[=data=]

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Suggested change
However, it might be retaliation if withholding data
However, it might be retaliation if withholding [=data=]

results in actions unrelated to the use of that data.
Copy link
Contributor

Choose a reason for hiding this comment

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

[=data=]

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Suggested change
results in actions unrelated to the use of that data.
results in actions unrelated to the use of that [=data=].

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,
Copy link
Contributor

Choose a reason for hiding this comment

The 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=];"

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I dropped that for two reasons:

  1. brevity
  2. because I think that processing (in the general sense as well as the jargon sense) the wrong emphasis, even if that is what all the legal statutes focus on; collection is for me more important

I don't know that either is more or less direct. The original was narrower, which is a form of directness, I suppose.

Copy link
Contributor

Choose a reason for hiding this comment

The 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}

Expand Down