Opened on 04/23/2015 at 12:41:27 PM
Closed on 04/21/2017 at 10:08:41 AM
#2411 closed change (duplicate)
Make tooltips on new options page more accessible
Reported by: | greiner | Assignee: | |
---|---|---|---|
Priority: | P3 | Milestone: | |
Module: | User-Interface | Keywords: | a11y, new-settings-page |
Cc: | saroyanm | Blocked By: | #1524, #2356 |
Blocking: | #2407 | Platform: | Unknown |
Ready: | no | Confidential: | no |
Tester: | Unknown | Verified working: | no |
Review URL(s): |
Description (last modified by saroyanm)
Background
The new version of the options page introduces custom tooltips (see #2356) which should be made more accessible by use of ARIA attributes.
What to change
- Mark tooltips as such using the following ARIA attributes:
- role="tooltip"
- aria-hidden="true"
- Mark elements triggering tooltips using the following ARIA attributes:
- aria-describedby
- Update the aria-hidden attribute each time the visibility of a tooltip changes
Attachments (0)
Change History (9)
comment:2 Changed on 04/23/2015 at 02:04:02 PM by greiner
- Blocked By 1524 added
comment:3 Changed on 04/27/2015 at 05:34:12 PM by greiner
- Blocked By 2356 added
comment:4 Changed on 01/20/2016 at 04:03:37 PM by greiner
- Description modified (diff)
- Tester set to Unknown
comment:5 Changed on 01/24/2017 at 11:42:28 AM by saroyanm
- Description modified (diff)
- Keywords new-settings-page added
I removed the keyboard accessibility implementation, while this is topic that will behave differently, so in the new design the tooltip will not be hidden or be shown by hover, but by click, other accessibility imporvements here might still be usefult, considering that we most probably will change the style of the tooltips, but this accessility elements should be the part of the new tooltips still.
comment:7 Changed on 01/24/2017 at 12:01:05 PM by saroyanm
- Cc saroyanm added
comment:8 Changed on 01/24/2017 at 03:44:55 PM by saroyanm
- Ready unset
Marking as not ready, until we will get final Keyboard functionality information.
comment:9 Changed on 04/21/2017 at 10:08:41 AM by wspee
- Resolution set to duplicate
- Status changed from new to closed
Updated ticket based on WAI-ARIA authoring practices.