ARIA labelledby (Forms 1 example)
NB: This form has been prepared for demonstration purposes only.
- The name section uses 'labelledby' to associate two pieces of information with the same input.
- The date of birth section uses 'labelledby' to associate a main label with three inputs
In practice, native HTML rather than 'ARIA-labelledby' could be used to achieve the same results in a more robust and accessible way.
Page continues