Difference between revisions of "ARIA Describedby property"
Jump to navigation
Jump to search
Labelledby Describedby Bug
Rnickelson (talk | contribs) |
|||
Line 31: | Line 31: | ||
* JAWS 18 (Chrome, IE, FF) - announced on tab after pause. Not announced with arrows. | * JAWS 18 (Chrome, IE, FF) - announced on tab after pause. Not announced with arrows. | ||
* NVDA 2017.4 (Chrome, IE, FF) - announced on tab no pause. Not announced with arrows. | * NVDA 2017.4 (Chrome, IE, FF) - announced on tab no pause. Not announced with arrows. | ||
+ | *VoiceOver iOS announces after the element with the description. There is no pause. | ||
[[Category: ARIA]] | [[Category: ARIA]] |
Revision as of 18:14, 14 June 2019
This page uses the aria-describedby attribute on a combo box and a link. The aria-describedby attribute provides an accessible description for an element. The accessible description does not replace the accessible name but instead provides additional information to the user.
Screen Reader Support
- JAWS 18 (Chrome, IE, FF) - announced on tab after pause. Not announced with arrows.
- NVDA 2017.4 (Chrome, IE, FF) - announced on tab no pause. Not announced with arrows.
- VoiceOver iOS announces after the element with the description. There is no pause.