Closed Bug 775332 Opened 12 years ago Closed 12 years ago

a11y: Make sender names bold in message listing on SUMO

Categories

(support.mozilla.org :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: david.weir, Assigned: Tobbi)

References

(Depends on 1 open bug)

Details

Attachments

(1 file)

Attached image Message System screen
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/
Bram, thoughts on this?
Whiteboard: [ux-help needed]
Blocks: 721518
OS: Windows 7 → All
Hardware: x86_64 → All
No longer blocks: 721518
Depends on: 721518
Blocks: 721518
No longer depends on: 721518
whats the ux status on this bug
Summary: PM system text → a11y: Make sender names bold in message listing on SUMO
QA Contact: tobbi.bugs
Assignee: nobody → tobbi.bugs
Status: NEW → ASSIGNED
QA Contact: tobbi.bugs
(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;
}
I already did the changes here:
https://github.com/mozilla/kitsune/pull/727
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.
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?
This is fixed on prod now!
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [ux-help needed]
(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.
No longer blocks: 721518
Depends on: 721518
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: