<a>
where title
should be accessible descriptionThe purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for the <a>
element. The priority order from highest to lowest is:
aria-describedby
value.title
value (as per the "Rabbit" example below).This example should not be considered proper practice, and is for testing purposes only.
<a href="#" title="rabbit">Fish</a>