Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions understanding/20/labels-or-instructions.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ <h2>Intent of Labels or Instructions</h2>
The goal is to make certain that enough information is provided for the user to accomplish
the task without undue confusion or navigation.
</p>

<p>Labels of form controls are usually text-based. In some cases, images can serve as descriptive labels without additional text.
Copy link
Contributor

@mbgower mbgower Oct 17, 2025

Choose a reason for hiding this comment

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

Suggested change
<p>Labels of form controls are usually text-based. In some cases, images can serve as descriptive labels without additional text.
<p>Labels of form controls are usually text-based. Images with appropriate text alternatives can serve as labels without additional text.

In these cases, authors should ensure that the image and its use as a label (in context) are widely understood.</p>
Comment on lines +42 to +44
Copy link
Member

Choose a reason for hiding this comment

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

Suggest merging the two sentences just into one?

Suggested change
<p>Labels of form controls are usually text-based. In some cases, images can serve as descriptive labels without additional text.
In these cases, authors should ensure that the image and its use as a label (in context) are widely understood.</p>
<p>Images (with an appropriate text alternative) can serve as descriptive labels without additional text. In these cases, authors should ensure that the image and its use as a label (in context) are widely understood.</p>

Copy link
Contributor

Choose a reason for hiding this comment

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

I prefer to point out "Labels of form controls are usually text-based.".
It makes clear that using labels is the exception, and that we are talking about forms here.

Copy link
Member

Choose a reason for hiding this comment

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

I still fundamentally disagree that we need to make any kind of "this is common, this is the exception" statement here. That seems to add some sort of judgement on our part that has no business being here. Per the actual definition of label, it's "text or other component with a text alternative". No "but mostly text" or anything else. Adding qualifiers about what's "an exception" seems inappropriate to me.

Copy link
Contributor

@mbgower mbgower Oct 24, 2025

Choose a reason for hiding this comment

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

I feel like this "widely understood" sentence would probably be better in Headings and Labels. Although it is goes beyond a simple discussion on descriptive text, the qualitative concepts of Headings and Labels seems like a better fit than the basic question of 3.3.2 which is: is there a label for the input?

Some task force members ended up having a long post-meeting discussion on the nuances of the telephone example in the original issue. It would be good to try to capture some of those concepts in our guidance, in some way.

Copy link
Member

Choose a reason for hiding this comment

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

agree, the qualitative part should be moved to headings and labels (and, at a stretch, then cross-referenced from here)


<p>This success criterion does not require that labels or instructions be correctly marked up,
identified, or associated with their respective controls — that aspect is covered separately by
Expand Down