Opened 3 years ago
Closed 8 months ago
#6305 closed defect (bug) (fixed)
Inaccessible icons in Support Forums
Reported by: | sabernhardt | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-patch needs-testing |
Cc: |
Description
- On the HelpHub front page, these icons are linked without any text inside them (empty links). Either the links could be removed from the icons to match the Support Forums page, or else the icons can be placed inside the links with the heading instead of having them separate.
- Accessibility guidelines require a color contrast of at least 3:1 for icons against their background, and
#32373c
at 40% opacity is insufficient (2.2:1). - The icon character can be hidden from screen readers with
aria-hidden
.
Attachments (3)
Change History (9)
#3
@
2 years ago
Hi @sabernhardt, Thanks for the ticket and the suggestions. I added the color to the dash icons and removed the opacity from them.
#5
@
21 months ago
- Component changed from HelpHub to Support Forums
- Keywords needs-testing added; reporter-feedback removed
- Summary changed from Inaccessible icons on HelpHub (and Support Forums) to Inaccessible icons in Support Forums
HelpHub apparently does not have the icons anymore.
I do not know how to test the patch properly, but the change looks good for the Support Forums.
Note: See
TracTickets for help on using
tickets.
The styles should have a text color without the reduced opacity.
#8d969f
has a 3:1 contrast ratio against white, and a darker option would be fine.If grouping the icon and heading within the link, the
.icon-wrapper
element can be adiv
or aspan
: