Opened 11 years ago
Closed 10 years ago
#9344 closed defect (fixed)
missing alt text on some dijit img elements
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Accessibility | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The ColorPalette?, ProgressBar? and _TabButton templates have <img> elements with no alt text. The alt text should be empty for these images.
Change History (2)
comment:1 Changed 10 years ago by
Status: | new → assigned |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [17833]) fixes #9344 - add alt="" into ColorPalette? and ProgressBar? templates to pass a11y testing
Note: See
TracTickets for help on using
tickets.
_TabButton was fixed in [17429]