You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a relatively common pattern, so we should support it. In the self assessment example above the hint text is not part of the label, it's in a span immediately following it. However, on Voiceover at least it does get read out when you navigate between the radio options, which is probably what we want to happen.
In the self assessment example above the hint text is not part of the label, it's in a span immediately following it. However, on Voiceover at least it does get read out when you navigate between the radio options, which is probably what we want to happen.
This works because the span is associated with the input using aria-describedby, which mirrors how we now associate hints and error messages with inputs generally.
Raised by Alex T.
It's currently it is not possible to use hints in items as seen in https://www.gov.uk/log-in-file-self-assessment-tax-return/sign-in/prove-identity
Current work around:
The text was updated successfully, but these errors were encountered: