You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.bs
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -194,8 +194,11 @@ If this feature was proposed today, it would probably not proceed.
194
194
195
195
<h3 id="consent">Ask users for meaningful consent</h3>
196
196
197
-
If a useful feature has the potential to cause harm to users,
198
-
make sure that the user can give [meaningful consent](https://www.w3.org/2001/tag/doc/ethical-web-principles/#control) for that feature to be used,
197
+
In the context of fulfilling a user need,
198
+
a web page may want to make use of a feature
199
+
that has the potential to cause harm.
200
+
Features that have this potential for harm should be designed such that people can give
201
+
[meaningful consent](https://www.w3.org/2001/tag/doc/ethical-web-principles/#control) for that feature to be used,
199
202
and that they can refuse consent effectively.
200
203
201
204
In order to give *meaningful consent*, the user must:
@@ -219,6 +222,8 @@ of a new feature must justify the additional burden on users
219
222
to decide whether to grant permission for each feature
220
223
whenever it's requested by a Web page.
221
224
225
+
In your specification, the [=request permission to use=] and [=prompt the user to choose=] algorithms from [[permissions]] are good ways to ask for consent.
226
+
222
227
Refusal is most effective if the site cannot
223
228
distinguish refusal from other, common situations.
224
229
This can make it more difficult for a site to
@@ -240,7 +245,9 @@ no location information is available to the Web page.
240
245
241
246
See also:
242
247
243
-
* [Security and privacy are essential](https://www.w3.org/2001/tag/doc/ethical-web-principles/#privacy)
248
+
* [The web is secure, and respects people's privacy](https://www.w3.org/2001/tag/doc/ethical-web-principles/#privacy)
0 commit comments