<button>
with no accessible descriptionThe purpose this test is to show the cascade order of how accessible descriptions are applied in the accessibility tree for the <button>
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.
<button>Fish</button>