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

Per the accessible-name algorithm, an aria-labelledby points at a <span style="display:none"> whose text is "Save". What name does the control get?

<button aria-labelledby="lbl">+</button> <span id="lbl" style="display:none">Save</span>