diff --git a/understanding/20/headings-and-labels.html b/understanding/20/headings-and-labels.html index 018e2eb24a..52a0cbb1af 100644 --- a/understanding/20/headings-and-labels.html +++ b/understanding/20/headings-and-labels.html @@ -31,25 +31,23 @@

Intent of Headings and Labels

may suffice if it provides an appropriate cue to finding and navigating content.

-

This Success Criterion does not require headings or labels. This Success Criterion +

This Success Criterion does not require headings or labels— for input labels, that consideration is covered separately by 3.3.2 Labels or Instructions. This Success Criterion requires that if headings or labels are provided, they be descriptive. This Success Criterion also does not require that content acting as a heading or label be correctly marked up or - identified – this aspect is covered separately by + identified—that aspect is covered separately by 1.3.1: Info and Relationships. It is possible for content to pass this Success Criterion (providing descriptive content that acts as headings or labels) while failing Success Criterion 1.3.1 (if the headings or labels aren't correctly marked up/identified). Conversely, it is also possible for content to pass Success Criterion 1.3.1 (with headings or labels correctly - marked up or identified), while failing this Success Criterion (if those headings or labels are not - sufficiently clear or descriptive). + marked up or identified), while failing this Success Criterion (if those headings or labels are inaccurate or insufficiently clear).

Further, in the case of labels, this Success Criterion does not take into consideration whether or not - alternative methods of providing an accessible name for form controls and inputs has been - used – this aspect is covered separately by 4.1.2: Name, Role and Value. It is possible + alternative methods of providing an accessible name for form controls and inputs have been + used—that aspect is covered separately by 4.1.2: Name, Role and Value. It is possible for controls and inputs to have an appropriate accessible name (e.g. using aria-label="…") - and therefore pass Success Criterion 4.1.2, but to still fail this Success Criterion (if the label is not - sufficiently clear or descriptive). + 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).

-

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 3.3.2: Labels or Instructions for more information on the use of labels. +

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 3.3.2: Labels or Instructions for more information on the use of labels.

@@ -60,12 +58,12 @@

Benefits of Headings and Labels

  • Descriptive headings are especially helpful for users who have disabilities that make reading slow and for people with limited short-term memory. These people benefit when section titles make it possible to predict what each section contains.
  • -
  • Form input controls with labels that clearly describe the content that is expected to be +
  • Form input controls with labels that clearly and accurately describe the content that is expected to be entered helps users know how to successfully complete the form.
  • When headings and labels are also correctly marked up and identified in accordance with 1.3.1: Info and Relationships, this Success Criterion helps people who use screen readers by ensuring that labels and headings are clearer when - presented in a different format – for example, in an automatically generated list of + presented in a different format—for example, in an automatically generated list of headings, a table of contents, or when jumping from heading to heading within a page.
  • @@ -78,12 +76,12 @@

    Examples of Headings and Labels

    A news site
    The home page of a news site lists the headlines for the top stories of the hour. Under each heading are the first 35 words of the story and a link to the full article. - Each headline gives a clear idea of the article's subject.
    + Each headline gives a clear and accurate idea of the article's subject.
    A guide on how to write well
    A guide on writing contains the following section titles: How To Write Well, Cut Out Useless Words, Identify Unnecessary Words, and so on. The section headings are clear and concise and the structure of the information is - reflected in the structure of the headings.
    + accurately reflected in the structure of the headings.
    Consistent headings in different articles
    A Web site contains papers from a conference. Submissions to the conference are required to have the following organization: Summary, Introduction, [other sections unique diff --git a/understanding/20/labels-or-instructions.html b/understanding/20/labels-or-instructions.html index 30eb30ecb2..446cf89fbc 100644 --- a/understanding/20/labels-or-instructions.html +++ b/understanding/20/labels-or-instructions.html @@ -41,13 +41,13 @@

    Intent of Labels or Instructions

    This Success Criterion does not require that labels or instructions be correctly marked up, - identified, or associated with their respective controls - this aspect is covered separately by + identified, or associated with their respective controls—that aspect is covered separately by 1.3.1: Info and Relationships. It is possible for content to pass this Success Criterion (providing relevant labels and instructions) while failing Success Criterion 1.3.1 (if the labels or instructions aren't correctly marked up, identified, or associated).

    Further, this Success Criterion does not take into consideration whether or not alternative methods of - providing an accessible name or description for form controls and inputs has been used - this aspect is + providing an accessible name or description for form controls and inputs has been used—that aspect is covered separately by 4.1.2: Name, Role and Value. It is possible for controls and inputs to have an appropriate accessible name or description (e.g. using aria-label="...") and therefore pass Success Criterion 4.1.2, but to still fail this Success Criterion (if the labels or instructions @@ -57,7 +57,7 @@

    Intent of Labels or Instructions

    interactive components) that are not associated with data entry.

    While this Success Criterion requires that controls and inputs have labels or instructions, whether or - not labels (if used) are sufficiently clear or descriptive is covered separately by + not labels (if used) are accurate, sufficiently clear, or descriptive is covered separately by 2.4.6: Headings and Labels.

    @@ -69,8 +69,8 @@

    Benefits of Labels or Instructions