Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardHTMLaccessible-name algorithmSingle-choice MCQ

In the accessible-name computation, when does the algorithm fall back to descendant text content versus stopping at an attribute, for the markup below? Compute the accessible name of the outer button.

<button aria-labelledby="lbl">Click <span id="inner">here</span></button> <span id="lbl">Submit <span aria-hidden="true">now</span></span>