From the demo in the docs, it appears that labels for text fields don't correctly identify the text input they correspond to.
Normally there will be label for="text-field-id" and then a text field with that ID. It doesn't appear there's a way to specify this pattern in a compliant way

From the demo in the docs, it appears that labels for text fields don't correctly identify the text input they correspond to.
Normally there will be

label for="text-field-id"and then a text field with that ID. It doesn't appear there's a way to specify this pattern in a compliant way