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
Closes#3984 by incorporating the idea of accuracy into 2.4.6 Headings
and Labels, and reinforcing the relationship between 2.4.6 and 3.3.2
Labels or Instructions.
Also took the opportunity to use em dashes instead of dashes, where
appropriate.
---------
Co-authored-by: Patrick H. Lauke
Co-authored-by: Kenneth G. Franqueiro
Copy file name to clipboardExpand all lines: understanding/20/headings-and-labels.html
+12-15Lines changed: 12 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -31,25 +31,22 @@
Intent of Headings and Labels
31
31
may suffice if it provides an appropriate cue to finding and navigating content.
32
32
p>
33
33
34
-
<p>This success criterion does not require headings or labels. This Success Criterion
35
-
requires that if headings or labels are provided, they be descriptive. This success criterion also
34
+
<p>This success criterion requires that if headings or labels are provided, they be descriptive. This success criterion does not require headings or labels; labels for inputs are covered separately by <ahref="labels-or-instructions">3.3.2 Labels or Instructionsa>. This success criterion also
36
35
does not require that content acting as a heading or label be correctly marked up or
37
-
identified – this aspect is covered separately by
36
+
identified — that aspect is covered separately by
38
37
<ahref="info-and-relationships">1.3.1: Info and Relationshipsa>. It is possible for content
39
38
to pass this success criterion (providing descriptive content that acts as headings or labels) while failing
40
39
Success Criterion 1.3.1 (if the headings or labels aren't correctly marked up/identified). Conversely,
41
40
it is also possible for content to pass Success Criterion 1.3.1 (with headings or labels correctly
42
-
marked up or identified), while failing this success criterion (if those headings or labels are not
43
-
sufficiently clear or descriptive).
41
+
marked up or identified), while failing this success criterion (if those headings or labels are inaccurate or insufficiently clear).
44
42
p>
45
43
<p>Further, in the case of labels, this success criterion does not take into consideration whether or not
46
-
alternative methods of providing an accessible name for form controls and inputs has been
47
-
used – this aspect is covered separately by <ahref="name-role-value">4.1.2: Name, Role and Valuea>. It is possible
44
+
alternative methods of providing an accessible name for form controls and inputs have been
45
+
used — that aspect is covered separately by <ahref="name-role-value">4.1.2: Name, Role and Valuea>. It is possible
48
46
for controls and inputs to have an appropriate accessible name (e.g. using <code>aria-label="…"code>)
49
-
and therefore pass Success Criterion 4.1.2, but to still fail this success criterion (if the label is not
50
-
sufficiently clear or descriptive).
47
+
and therefore pass Success Criterion 4.1.2, but to still fail this success criterion (if the label is inaccurate or insufficiently clear or descriptive).
51
48
p>
52
-
<p>This success criterion does not require the use of labels; however, it does require that if labels are present, they must be sufficiently clear or descriptive. Please see <ahref="labels-or-instructions">3.3.2: Labels or Instructionsa> for more information on the use of labels.
49
+
<p>This success criterion does not require the use of labels; however, it does require that if labels are present, they must be accurate and sufficiently clear or descriptive. Please see <ahref="labels-or-instructions">3.3.2: Labels or Instructionsa> for more information on the use of labels.
53
50
p>
54
51
55
52
section>
@@ -60,12 +57,12 @@
Benefits of Headings and Labels
60
57
<li>Descriptive headings are especially helpful for users who have disabilities that make
61
58
reading slow and for people with limited short-term memory. These people benefit when
62
59
section titles make it possible to predict what each section contains.li>
63
-
<li>Form input controls with labels that clearly describe the content that is expected to be
60
+
<li>Form input controls with labels that clearly and accurately describe the content that is expected to be
64
61
entered helps users know how to successfully complete the form.li>
65
62
<li>When headings and labels are also correctly marked up and identified in accordance with
66
-
<ahref="info-and-relationships">1.3.1: Info and Relationshipsa>, this Success Criterion
63
+
<ahref="info-and-relationships">1.3.1: Info and Relationshipsa>, this success criterion
67
64
helps people who use screen readers by ensuring that labels and headings are clearer when
68
-
presented in a different format – for example, in an automatically generated list of
65
+
presented in a different format — for example, in an automatically generated list of
69
66
headings, a table of contents, or when jumping from heading to heading within a page.li>
70
67
ul>
71
68
@@ -78,12 +75,12 @@
Examples of Headings and Labels
78
75
<dt>A news sitedt>
79
76
<dd>The home page of a news site lists the headlines for the top stories of the hour.
80
77
Under each heading are the first 35 words of the story and a link to the full article.
81
-
Each headline gives a clear idea of the article's subject.dd>
78
+
Each headline gives a clear and accurate idea of the article's subject.dd>
82
79
<dt>A guide on how to write welldt>
83
80
<dd>A guide on writing contains the following section titles: <q>How To Write Wellq>,
84
81
<q>Cut Out Useless Wordsq>, <q>Identify Unnecessary Wordsq>, and so on.
85
82
The section headings are clear and concise and the structure of the information is
86
-
reflected in the structure of the headings.dd>
83
+
accurately reflected in the structure of the headings.dd>
87
84
<dt>Consistent headings in different articlesdt>
88
85
<dd>A website contains papers from a conference. Submissions to the conference are required
89
86
to have the following organization: <q>Summaryq>, <q>Introductionq>, [other sections unique
0 commit comments