Closed
Bug 775332
Opened 13 years ago
Closed 13 years ago
a11y: Make sender names bold in message listing on SUMO
Categories
(support.mozilla.org :: General, defect)
support.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: david.weir, Assigned: Tobbi)
References
Details
Attachments
(1 file)
|
224.52 KB,
image/png
|
Details |
https://support.mozilla.org/messages
Can i suggest we make the names bold on the Message system
guidelines are on http://www.w3.org/TR/WCAG/
Updated•13 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
| Reporter | ||
Updated•13 years ago
|
| Reporter | ||
Updated•13 years ago
|
| Reporter | ||
Comment 2•13 years ago
|
||
whats the ux status on this bug
| Assignee | ||
Updated•13 years ago
|
Summary: PM system text → a11y: Make sender names bold in message listing on SUMO
| Assignee | ||
Updated•13 years ago
|
QA Contact: tobbi.bugs
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → tobbi.bugs
Status: NEW → ASSIGNED
QA Contact: tobbi.bugs
Comment 3•13 years ago
|
||
(In reply to David W from comment #0)
> Can i suggest we make the names bold on the Message system
I don’t see why not because it’s one CSS class that takes no time to change.
But please keep in mind that, when making contributor-related interface changes like this, most of our contributors need no accessibility help, and since they’re a heavy user, they might be opposed to the changes. Just something to keep in mind.
The CSS class to change is:
article.message-list span.user a {
color: #282828;
font-weight: bold;
}
| Assignee | ||
Comment 4•13 years ago
|
||
I already did the changes here:
https://github.com/mozilla/kitsune/pull/727
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Out of curiosity, what guideline was specifically cited in comment 0?
If we are going to make changes on the basis of a11y and cite the guidelines, let's please cite them accurately and precisely. In this case, the relevant guideline, as far as I can tell, is 1.4: Distinguishability[1] which deals with text/background contrast and doesn't mention font weight at all except in cases of "large scale" text (in which case it says that larger/bolder text doesn't need as high a contrast ratio).
[1] http://www.w3.org/TR/WCAG/#visual-audio-contrast
If this is just because it looks better, that's one thing, but if we're going to call on WCAG to justify changes, let's please actually read what the WCAG recommendations are and follow them.
Comment 7•13 years ago
|
||
I'm totally +1 with James.
Also, this was pushed to production just now.
Tobbi: Can you verify that it's fixed/working in production and if so, mark this bug as FIXED?
| Assignee | ||
Comment 8•13 years ago
|
||
This is fixed on prod now!
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [ux-help needed]
Comment 9•13 years ago
|
||
(In reply to David W from comment #0)
I agree with both James and Will. Please make sure that a proper reason is made for UX changes. If it helps, cite from the specific part of the document rather than link to it. That way, we can see why the change was proposed, and what to do about it.
| Reporter | ||
Updated•13 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•