-
Notifications
You must be signed in to change notification settings - Fork 4
Rework Honesty section #27
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
base: main
Are you sure you want to change the base?
Changes from all commits
d2b2509
7d6aa5a
a44e8dc
13af2b8
6ddf053
7e4880d
589cc2e
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 | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -139,12 +139,21 @@ provided users can [[design-principles#consent|meaningfully consent]]. | |||||||||||||||||||||||
|
||||||||||||||||||||||||
## Honesty ## {#honesty} | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
A user agent is responsible to explain to its user what's going on, | ||||||||||||||||||||||||
in terms that user is likely to be able to understand. | ||||||||||||||||||||||||
These explanations should happen at appropriate times and frequencies, | ||||||||||||||||||||||||
so that they actually help the user understand | ||||||||||||||||||||||||
instead of interrupting and distracting the user. | ||||||||||||||||||||||||
A user agent must mediate between the Web and its user, | ||||||||||||||||||||||||
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'm worried that "mediate" is less clear than "explain". It's also symmetric, treating the interests of the Web as equal to the user's interests. I'm not completely opposed to using it, but I want to make sure we're trying to follow https://github.com/w3ctag/process/blob/main/style-guide.md as much as possible. 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. After discussion in Breakout A, I don't feel strongly about this. |
||||||||||||||||||||||||
explaining what is happening in a form the user can understand. | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
A user agent may use multiple approaches for explanations, including | ||||||||||||||||||||||||
text, permission prompts, indicators, previews, placement and emphasis, and other cues. | ||||||||||||||||||||||||
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. Can you link to examples of each of these? "Indicators" and "previews", especially, seem to need more context than most readers will have. "Placement and emphasis" doesn't seem like an approach for an explanation, but rather how to display some other approach. It could belong in a separate sentence? |
||||||||||||||||||||||||
|
||||||||||||||||||||||||
These explanations serve the duty of honesty: | ||||||||||||||||||||||||
they should truthfully represent the current state and likely consequences, | ||||||||||||||||||||||||
Comment on lines
+148
to
+149
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. Is the first clause adding anything? Could we simplify it to
Suggested change
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. This was how I was linking it back to the "Honesty" heading, so would prefer to keep it as is... it clarifies what we mean by "honesty". 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. If we have to explain what "honesty" means, maybe we should say it directly instead of implying it. Something like
Suggested change
? |
||||||||||||||||||||||||
avoid euphemism or ambiguity, | ||||||||||||||||||||||||
and make it obvious when sensitive activity is occurring | ||||||||||||||||||||||||
(e.g., a clear indicator while audio/video capture is active). | ||||||||||||||||||||||||
Comment on lines
+151
to
+152
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. Perhaps we could shorten this sentence:
Suggested change
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
The user agent should choose when and how often to show these explanations, | ||||||||||||||||||||||||
so explanations arrive when helpful and inform rather than distract, | ||||||||||||||||||||||||
helping the user make informed choices. | ||||||||||||||||||||||||
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. This last clause also feels tacked-on. It might work better as an independent sentence, possible at a different point in this section.
Comment on lines
+154
to
+156
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. @jyasskin, how about:
Suggested change
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. Yes, although we should leave the improvement to the first part of the sentence...
Suggested change
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
## Loyalty ## {#loyalty} | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
|
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.
#1 asks whether "honesty" is the right word for what's in this section. Do you feel like it is the right word?
Uh oh!
There was an error while loading. Please reload this page.
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.
I did... I also couldn't find a better word and it ("honesty") captures the right intent.