Previous technique
Next technique

Invisible labels for inputs

WCAG 2.2
A
#inputs#labels
<div role="group" aria-labelledby="groupLabel">
	<span id="groupLabel">Work Phone</span>
	<input type="number" aria-label="country code" />
	<input type="number" aria-label="area code" />
	<input type="number" aria-label="subscriber number" />
</div>
Source of this technique  Opens in a new window

Learn more about the related success criteria: