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

During the accessible-name computation, how are <input type="text"> values and CSS pseudo-element content treated when the input is referenced as part of a larger name string?

<label id="l">Amount in <input type="text" value="42"> USD</label> <button aria-labelledby="l"></button>