Status Changes
Understanding SC 3.2.6

Intent of this Success Criterion

The intent of this Success Criterion is to ensure more users can be made aware of important changes in content that are not given focus, in a way that doesn't unnecessarily interrupt their work.

The intended beneficiaries are blind and low vision users of assistive technologies with screen reader capabilities. As well, assistive technologies for users with cognitive disabilities may achieve an alternative means of indicating (or even delaying or supressing) status messages, as preferred by the user.

The scope of this Success Criterion is specific to changes in content that involve status messages. Information can frequently be added to pages which does not meet the definition of a status message. For example, the list of results obtained from a search are not considered a status update and thus are not covered by this Success Criterion. However, brief text messages displayed about the completion or status of the search, such as "18 results returned" or "no results returned" would be status updates. Examples of status messages are given in the section titled Status Message Examples below.

This Success Criterion specifically addresses scenarios where new content is added to the screen without changing the user's context. Changes of context, by their nature, interrupt the user; they are already surfaced by assistive technologies, and so have already met the objectives of this Success Criterion. Examples of scenarios that add new content by changing the context are given in the section titled Examples of Excepted Context Changes below.

Benefits

Examples of Success Criterion 3.2.6

Status Message Examples

  1. After a user presses a Search button, the contents are updated to include the results of the search, which are displayed in a section below the Search button. The content changes also include the message "5 results returned" near the top of this new content. This text is given an appropriate role for a status message. . A screen reader announces, "Five results returned".
  2. After a user presses an Add to Shopping Cart button, a section of content near the Shopping Cart icon adds the text "5 items". A screen reader announces "5 items" or "Shopping cart, 5 items".
  3. After a user enters incorrect text in an input called Postal Code, a message appears above the input reading "Invalid entry". The screen reader announces, "Invalid entry" or "Postal code, invalid entry".
  4. After a user activates a process, an icon symbolizing 'busy' appears on the screen, then disappears after 25 seconds. The screen reader announces "Application busy", then after 25 seconds announces "Application available".
  5. An application displays a progressbar to indicate the status of an upgrade. The element is implemented using best authoring practices, and is assigned a suitable role and importance. The screen reader provides intermittent announcements of the progress.
  6. After a user submits a form, the screen reader announces "Your form was successfully submitted."
  7. After a user unsuccessfully fills in a form because some of the data is in the incorrect format, the screen reader announces "5 errors on page"

Examples of Changes that Do Not Add New Text to the Screen

Not all changes to content involve the addition of text to the screen. The following are all considerations relevant to this Success Criterion:

Non-displayed text specific to AT users

This Success Criterion was intentionally worded to apply primarily to visible changes of content. The reason for this is that where new text is displayed, it is intended to be visible to all users. By providing a programmatic means of ensuring the text is also surfaced through assistive technologies, the Success Criterion provides the same information to users who cannot or may not see it. However, the manner in which the information is displayed (for example its proximity to other pieces of information) may mean that the text change alone does not convey sufficient information to the user of the assistive technology.

In such cases, authors may wish to designate additional content for inclusion in the status message, including non-displayed text which can be provided to the assistive technologies, for added context. Important considerations regarding the appropriate use of such techniques are further discussed in the Sufficient Techniques.

Modification of status text

If a status message persists on the page, modifications to this text are usually equivalent to a new status message. An example would be a shopping cart which updates text from reading "0 items" to "3 items". Typical methods of writing such changes in the page content result in the entire modified text string being considered a new change, and thus read by assistive technologies. However, where only the number in this string was coded as an updated chunk of content, the resulting experience for screen reader users would be to only hear "three", which may not be sufficient information to provide context for the user. In such situations, marking the entire "3 items" string as the status text would normally be a better solution.

Removal of status text

In situations where status text is entirely removed, its absence may itself convey information about the status. The most obvious example of this is where a message is displayed that the system is "busy" or "waiting". For a sighted user, when this text disappears, it is normally an indication that the state is now available. However non-sighted users would be unaware of this change, unless the end of the waiting state results in a change of context for the user. The use of a non-visible status message, such as "system available", ensures equivalent status information is provided.

Non-textual status content

Changes in content are not restricted to text changes. Where an icon or sound indicates a status message, existing WCAG requirements governing text alternatives, under SC 1.1.1 Non-Text Content, in combination with this Success Criterion's requirement of an appropriate role, will allow the text alternative to be announced by the screen reader.

Examples of Excepted Changes

The following examples identify situations where no additional author action is necessary. All cases are excepted from this Success Criterion since they do not meet the definition of "status messages".

Other Considerations

In addition to the use of non-displayed text for AT users, there are a number of considerations for content changes which are relevant to this Success Criterion, but which fall outside its scope. To prevent the possible perpetuation of poor design, the following best practices are discussed.

@@@ Cover all David's situations here? And also auto-updating? @@@

Techniques

Sufficient

Situation

@@@ do we need situations, such as 'Situation A Where a status message is confirmation'? I think it would be an idea to see how many situations we can think of, and whether this provides clarify and guidance @@@

Advisory

Failure