Difference between revisions of "ARIA Describedby property"
Jump to navigation
Jump to search
Labelledby Describedby Bug
Rnickelson (talk | contribs) |
|||
Line 23: | Line 23: | ||
<p id="p1">Accessibility onDemand</p> | <p id="p1">Accessibility onDemand</p> | ||
</div> | </div> | ||
+ | |||
+ | <p id="b1">Associated text</p> | ||
+ | <button aria-describedby="b1"> | ||
+ | Test | ||
+ | </button> | ||
</form> | </form> |
Latest revision as of 16:11, 12 August 2020
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.