Closed
Bug 775318
Opened 12 years ago
Closed 11 years ago
Make text stand out better for accessibility users
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
60
People
(Reporter: david.weir, Assigned: espressive)
References
(Depends on 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
38.17 KB,
image/png
|
Details |
Hello guys can i suggest what all text gets bold or on a darker kind of black as per applies on the following
http://www.w3.org/TR/WCAG/
for example Signature and all of the other text on it and the bar at the top
Reporter | ||
Updated•12 years ago
|
Summary: Text → Make text stand out better
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Updated•12 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
Reporter | ||
Comment 1•12 years ago
|
||
can i get a update on this bug
Reporter | ||
Comment 2•12 years ago
|
||
Any status update
Comment 3•12 years ago
|
||
Assigning to espressive -- what do think? socorro future?
Assignee: nobody → sneethling
Whiteboard: [future?]
Reporter | ||
Comment 4•12 years ago
|
||
should of made the links bold on github
https://github.com/mozilla/socorro-crashstats/pull/144/files
Reporter | ||
Updated•12 years ago
|
Summary: Make text stand out better → Make text stand out better for accessibility users
Assignee | ||
Comment 5•12 years ago
|
||
We can make this change but, will implement it in a different way. Do we still want this?
Reporter | ||
Comment 6•12 years ago
|
||
if possible can we do it vie css
Assignee | ||
Comment 7•12 years ago
|
||
:satdav Yep, that was how I was planning on implementing it. I will make this change and open a PR.
Reporter | ||
Comment 8•12 years ago
|
||
will this be on the new site and the current one
as i know you are going to be adding a django based site soon i believe
Flags: needinfo?(sneethling)
Assignee | ||
Comment 9•12 years ago
|
||
David, this will only be on the new Django based site, as the old one will very soon be retired and replaced by this one.
Flags: needinfo?(sneethling)
Assignee | ||
Comment 10•12 years ago
|
||
Is this what is referred to by the bug? I might have gotten things confused but, I remember this being about the links in the footer. Is this referring to more than just those?
If so, I reckon the bug description needs to be more specific. Thanks!
Comment 11•12 years ago
|
||
What is the point of making all texts bold? That just makes it even harder to read. Maybe we could just make the font darker? As I read it, it is currently #333. What if we make it pure black?
Assignee | ||
Comment 12•12 years ago
|
||
(In reply to Adrian Gaudebert [:adrian] from comment #11)
> What is the point of making all texts bold? That just makes it even harder
> to read. Maybe we could just make the font darker? As I read it, it is
> currently #333. What if we make it pure black?
I agree Adrian, also the request is a little confusing as it seems in the bug that it is with regards to all text on the site but, the PR referenced only relates to the footer links.
So, we can change the base font color to #000 (pure black) but, this will not have much of an effect in general and no effect on the links in the footer as they are styled separately as a darkish blue.
So, I suppose I can change the base font color to pure black and then perhaps make the links in the footer black as well, but not bold. Thoughts?
Reporter | ||
Comment 13•12 years ago
|
||
would be better as bold as then they stand out better
Comment 14•12 years ago
|
||
We might want to address accessibility more systematically rather than doing it piecemeal.. perhaps we should look into general guidelines for font and text colors and apply that globally via CSS?
I would expect that Socorro does not meet a lot of accessibility standards but we could probably explore meeting some of the basics, and not have to make it up as we go along :)
Assignee | ||
Comment 15•12 years ago
|
||
(In reply to Robert Helmer [:rhelmer] from comment #14)
> We might want to address accessibility more systematically rather than doing
> it piecemeal.. perhaps we should look into general guidelines for font and
> text colors and apply that globally via CSS?
I agree Rob but, there are some limitations placed on what can be done based on some of the design aspects of the current site in terms of background colors etc. for example, you can see what I presented in comment https://bugzilla.mozilla.org/show_bug.cgi?id=775318#c10 does not really solve much and in fact makes the text less legible.
I would definitely advocate for us taking accessibility serious and therefore do a proper investigation of where things fall short and make a larger, focused effort to resolve the issues.
Reporter | ||
Comment 16•12 years ago
|
||
Mmsle all text darker to pure black
Reporter | ||
Comment 17•11 years ago
|
||
can you possible take a screenshot of the new text on breakpad
Flags: needinfo?(sneethling)
Assignee | ||
Comment 18•11 years ago
|
||
(In reply to David Weir (satdav) from comment #17)
> can you possible take a screenshot of the new text on breakpad
No changes has been made to the text on crashstats as yet, this is on the to-do list though.
Flags: needinfo?(sneethling)
Comment 19•11 years ago
|
||
Note I use this for contrast checking:
https://addons.mozilla.org/en-us/firefox/addon/wcag-contrast-checker/
Reporter | ||
Comment 20•11 years ago
|
||
can you possible update this bug as it looks like it has not been fixed
Comment 21•11 years ago
|
||
Adding needsmoreinfo and adding bug 721518 as blocked instead of dependent. I might be incorrect but I think that is more correct. Bug 721518 looks like a tracker for satdav's investigation work across all Mozilla web domains.
Flags: needinfo?(schalk.neethling.bugs)
Whiteboard: [future?]
Target Milestone: --- → Future
Assignee | ||
Comment 22•11 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=916743#c2
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/c22d8d4a35398778e8daf0d60765307288f53abe
Fix Bug 916743, ensure proper color ratios
https://github.com/mozilla/socorro/commit/be27e160ba5bb37997d781677332bad2c1191b28
Merge pull request #1513 from ossreleasefeed/bug916743-fix-contrast-ratios
Fix Bug 916743, ensure proper color ratios
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(schalk.neethling.bugs)
Resolution: --- → FIXED
Assignee | ||
Updated•11 years ago
|
Target Milestone: Future → 60
Assignee | ||
Comment 23•11 years ago
|
||
I was actually thinking of marking this qa- but, the basics of the change is this. I fixed the contrast ratios between background color and the foreground text in order to improve a11y. Therefore the only thing to check is basically whether you agree with the change ;)
This is the bigger related bug https://bugzilla.mozilla.org/show_bug.cgi?id=916743 which I mark as qa- so, we can either also mark this one as such or make both qa+ and the testing criteria will be the same.
Reporter | ||
Comment 24•11 years ago
|
||
found a possible bug but its fine to go
Signature Summary
Graph
Table
Reports
Bugzilla (0)
Comments (2)
Correlations
can we make them a bit darker thats the only thing we need to be done
Comment 25•11 years ago
|
||
Bumping to qa verified per comment 24 - satdav will file a new bug for the observations in comment 24.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•