Opened 14 years ago
Closed 14 years ago
#3204 closed defect (fixed)
ProgressBar: replace annnotate parameter with CSS
Reported by: | bill | Owned by: | simonjb |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
As per Becky's mail, Web Content Accessibility Guidelines (WCAG) 2.0 states that "Any information that is conveyed by color differences is also simultaneously visually evident without the color differences". And as per Dijit philosophy all styling should be controlled by CSS.
Therefore, we should remove the anotate parameter to the ProgressBar? widget (and associated tests) and instead control that via CSS (where Tundra theme always displays the number but other themes may choose not to).
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [8861]) * fixes high-contrast mode (fixes #3134)
Patch from Simon Bates (CLA on file)