Skip to content

Clarifications to labels or instructions SC#4995

Draft
scottaohara wants to merge 5 commits intomainfrom
so-labels-or-instructions
Draft

Clarifications to labels or instructions SC#4995
scottaohara wants to merge 5 commits intomainfrom
so-labels-or-instructions

Conversation

@scottaohara
Copy link
Member

@scottaohara scottaohara commented Mar 11, 2026

Closes #4977

This PR attempts to clarify expectations around when labels, instructions or both might be necessary for form fields / controls.
Key changes:

  • expand the concepts introduced in the first paragraph of the current doc into multiple paragraphs in this revision
  • try to clarify that the example of radios/checkboxes labels and the labels for options within a select-only combobox are similar in that they are about selecting a choice - but that there can still be a need for providing a select a visible label (as I've encountered those that feel that the wording of the current example is indicating that only the options of a select, and not the select itself, require labels. Selects can require labels as well... and this update tries to emphasize that, while also acknowledging that under certain cases, it may not be necessary
  • per the above, adds a new example to clarify those use cases
  • adds an acknowledgement that one may pass 3.3.2, but could fail 2.5.3 if the label provided doesn't meet the requirements of label in name.

AI description: Revised text for clarity and conciseness regarding the purpose of labels and instructions in forms. Enhanced explanations of how labels assist users in understanding input requirements and the importance of providing clear instructions.
@netlify
Copy link

netlify bot commented Mar 11, 2026

Deploy Preview for wcag2 ready!

Name Link
🔨 Latest commit b4e874b
🔍 Latest deploy log https://app.netlify.com/projects/wcag2/deploys/69b4234456ca9e00082e700f
😎 Deploy Preview https://deploy-preview-4995--wcag2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

will be necessary to help users understand how to fill out the input fields of a form.
</p>
<p>
Despite their moniker, form fields and controls are not limited to use within a form. They
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Despite their moniker, form fields and controls are not limited to use within a form. They
Form fields and controls are not limited to use within a form. They

control (such as a select-only combobox), or grouping of controls (like groupings of radios
or checkboxes), and thus further visible labels may not be necessary. However, in cases
where the labels for the choices would be ambiguous without an overarching label or instructions
for a control or group of controls, then authors would need to provide one or both for users.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may not be clear enough for some readers what "one or both" refers back to - possibly better spell out?

Above I have replaced "moniker" and "overarching" since I expect these terms may be unfamiliar.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i tried using those words, and imo it felt very clunky to have to repeat "labels, instructions or both".

i'll think more if this can be reworded further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider providing examples of when controls _don't_ need labels - 3.3.2 labels or instructions

2 participants