Difference between revisions of "ARIA Describedby property"
Jump to navigation
Jump to search
Labelledby Describedby Bug
Line 9: | Line 9: | ||
<form method="post" action=""> | <form method="post" action=""> | ||
<p id="para">Accessibility training</p> | <p id="para">Accessibility training</p> | ||
− | |||
− | |||
<div> | <div> | ||
+ | <label id="pre">Options</label> | ||
<select id="test" aria-labelledby="para pre" aria-describedby="post"> | <select id="test" aria-labelledby="para pre" aria-describedby="post"> | ||
<option>On-site</option> | <option>On-site</option> |
Revision as of 19:05, 1 January 2018
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.