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

Per the Accessible Name and Description Computation, what name does the button compute given this markup?

<span id="lbl" style="display:none">Delete file</span> <button aria-labelledby="lbl">X</button>