[DRAFT] FAST Checklist
This is a draft checklist to support Framework for Accessible Specification of Technologies (FAST) prepared by the Accessible Platform Architectures Working Group . The goal of FAST is to describe the features that web technologies should provide to ensure it is possible to create content that is accessible to users with disabilities. The full framework references an analysis of user requirements, describes how technologies, content authoring, and user agents work together to meet these needs, and provides comprehensive guidance to technology developers. This checklist extracts that information at a high level to aid in self-review of technologies. Specification developers can use this to help ensure the technology will address features likely to be raised during horizontal review from accessibility proponents.
Web technologies address a variety of needs, and play a variety of roles in web accessibility. Content languages describe primary content, styling languages impact presentation, APIs enable manipulation and data interchange, and protocols tie it all together. Each of these types of technologies can impact accessibility.
This checklist is organized by types of features that a technology may provide. If the technology provides such a feature, the checklist items under the heading are applicable and should be examined. If the technology does not provide such a feature, the checklist items under the heading are not applicable and can be passed over.
Document or spec being reviewed
Name:
URL:
Please ensure this dated, or for a specific commit, for example:
GitHub repository of the document or spec being reviewed
URL:
Format: https://github.com/org/repo
If technology allows visual rendering of content
Yes
No
Visual rendering checklist
Checkpoint
References
Met?
There is a defined way for a non-visual rendering to be created.
Content is frequently authored with visual rendering the primary
consideration. Some users are not able to access visual content,
and must use other forms of the content, such as text or audio.
WCAG 2.0 Quick Reference
Yes
No
Content can be resized.
Many users need content to be displayed larger than the default,
not just because of un-sharp vision but also to mitigate other
visual perception difficulties such as difficulty separating
foreground from background.
WCAG 2.0 Quick Reference
Yes
No
Luminosity and hue contrast can adapt to user requirements.
Users with color vision deficits and other visual impairments have
more difficulty separating certain foreground from background
colors than average.
WCAG 2.0 Quick Reference
Yes
No
Text presentation attributes can be changed.
Some users with visual impairments and learning disabilities find
that customizing text presentation improves their ability to
distinguish letters, track lines, etc. Technologies should provide
features allowing users to customize typeface, font weight, font
style, line / word / letter spacing, margins, line length,
justification.
Yes
No
Visual presentation of pointers and cursors can be adjusted.
Sometimes pointer and cursor indicators are difficult for users to
distinguish and locate, and incessant animation, even simple
blinking, can be excessively distracting for some users.
Technologies that define pointer and cursor indicators should
provide features for user to customize size, color, and animation.
Yes
No
Changing content presentation does not render it unreadable.
Many accessibility requirements come down to allowing users to
customize presentation. When presentation is changed in a way the
author or designer did not anticipate, unexpected side effects
often appear that create new problems. A frequent situation is
when content is resized but the region for the content is not,
causing the content to be clipped. Another is when regions resize
but do not reposition, making it difficult to use the content at
the new scale. Change of font attributes sometimes leads to a
similar problem, such as when users change to a heavier font but
the space allocated for characters does not increase. Technologies
should provide features to ensure that change of display
attributes does not create unintended side effects.
Yes
No
Technology does not allow blinking or flashing of content, or
provides a feature for users to quickly turn it off or
permanently disable it.
Technologies should not provide features that allow authors to
create content that
blinks
(which can be excessively distracting) or
flashes
(which can be medically disastrous). However, technologies that
provide general animation features (even simple ones) may be
unable to rule out author usages that create these effects. It is
important for such technologies to provide a feature for users to
stop animation, or prevent it until requested. More complex
technologies should also provide means to mark potentially
problematic content, warn users who have opted into the warning,
and give users the option to skip or suppress problematic regions
of content.
Yes
No
It is possible to make navigation order correspond to the visual
presentation.
Flexible display mechanisms can cause content to appear in
unpredicted locations. This is often a good feature as it allows
optimization of display. However, the navigation order of such
content sometimes does not match the perceived order, and users
have difficulty using linear (i.e., keyboard-based) navigation
effectively. Technologies should provide features to ensure when
the visual order of content changes, the interaction order changes
to match.
Yes
No
If technology provides author control over color
Yes
No
Author control checklist
Checkpoint
References
Met?
There is a mechanism for users to override colors of text and
user interface components.
Custom color settings benefits not only users with visual
perception impairments, but also users who can be distracted by
certain colors or combinations. Technologies should provide
features to allow users to set their own colors or contrast for
text (including background) and standard user interface
components.
Yes
No
There is a feature for authors to define semantically available
"color classes" that users can easily map to custom colors, and
give preference to this vs. coloring objects individually.
Allowing user override of author design is most effective when the
technology provides rich semantics for content, on which author or
default colors are based, that can be easily recolored in a
meaningful manner. Technologies should define semantics, or a way
for authors to define and communicate the semantics they use, to
allow most effective recoloring with minimal advance knowledge of
site implementation.
Yes
No
There is a feature for users to choose color schemata that work
for them.
Content authors are frequently concerned with branding, and want
to ensure that the color scheme of content communicates the brand.
But when the color scheme makes content inaccessible to users this
goal can be counter-productive. Technologies can increase author
control and user accessibility by providing a way for authors to
define multiple color schemes, allowing more accessible schemes
still to partake in the branding process, and allowing users to
choose from among available schemes.
Yes
No
The foreground and background color of an object can be reported
to the user via AT.
Experienced color of content is frequently the way users refer to
it; for instance in "redlined" text people may say "find my edits
in red". Users of assistive technologies who cannot perceive the
color directly therefore still have a need to know the color in
order to interact with others. Therefore, technologies should
define a way for foreground and background color to be reported to
assistive technologies and easily searched.
Yes
No
There are ways to set foreground and background colors
separately for all objects.
Color contrast problems often arise when the foreground color of
one object is overlaid onto the (foreground or background) color
of another object, resulting in an unintended contrast. It is
therefore important for technologies to allow both the foreground
and background color of objects to be set to reasonable values and
avoid this overlay problem.
Yes
No
Compositing rules for foreground and background colors are well
defined.
When color compositing rules are not clearly designed, unexpected
color contrast can occur. The most frequent problem is when
aliasing of edges causes visual artifacts, which in the case of
text with its narrow strokes can significantly impact perception.
Impacts of borders, shadows, and transparency can also lead to
inaccessible contrast. Therefore technologies should specify
compositing rules very precisely.
Yes
No
If technology provides features to accept user input
Yes
No
User input checklist
Checkpoint
References
Met?
There is a mechanism to label user input controls in an
unambiguous and clear manner.
When collecting user input, users must know what input is required
for each control. Often this is made evident by visual context,
but this does not help non-visual users or users of alternate
visual presentations such as magnification. When labels are
provided, if they are not programmatically associated with the
control, users may not be able to find the correct label.
Therefore it is important for technologies to provide ways to
associate labels with their controls.
Yes
No
Authors can associate extended help information with a control.
When authors request user input that may require special
assistance, such as details of the input format required or how to
find an account number on a bill, they may provide extended help
in addition to the label. Even if this is positioned near the
control, some users may not reliably find it. Therefore
technologies should provide a way for authors to explicitly attach
extended help (including links to extended help) directly to the
control.
Yes
No
If there is an input error, it is possible to associate the
error message clearly with the specific control that is in
error.
If a user inputs data that is not accepted by the system, a report
of the issue is made and the user given an opportunity to correct
the input. Such error messages are frequently provided at the top
of the form, from where it can be difficult for the user to locate
the control that needs input corrected. Even if the error message
is positioned closer to the control, it can be difficult to find
the correct control. Therefore, much like labels and help content,
technologies need to provide a way to associate error messages
directly with the control to which they apply.
Yes
No
There is a mechanism to report and set the state or value of
controls programmatically.
While much user input is collected using platform input services,
some users use assistive technologies that work better when
interacting programmatically with the content directly,
effectively in an alternate user interface. For this to work,
technologies need to provide a means for assistive technologies to
get and set the nature, state, and value of input controls.
Yes
No
Authors can address multiple types of input hardware (keyboard,
pointing device, touch screen, voice recognition, etc.), or the
technology supports hardware-agnostic input methods.
A basic tenet of accessibility is that users should be able to
user input and output hardware that is optimal for them. Some use
alternate versions of familiar hardware, such as
keyboard-compatible and pointing devices, while others use less
widespread types of hardware, such as voice recognition,
single-switch devices, Braille displays, etc. Technologies should
design content input and output methods to be agnostic to the
specific hardware used, and provide application programming
interfaces for supported hardware types such as keyboard and
pointer so other hardware can effectively interact. Technologies
should also emphasize the most hardware-neutral form of authoring
feasible via more abstract events, and when providing
hardware-specific features ensure that multiple types of hardware
can be addressed.
Yes
No
User input does not require specific physical characteristics
(e.g., fingerprint readers).
Some user input depends on specific physical characteristics of
users. For instance, early touch screens required users to have a
physical, not a prosthetic, finger, and fingerprint readers also
require users to have a fingerprint. Some users do not have the
ability to interact with such devices. Technologies should not
require specific user characteristics, and should provide
alternate ways to accomplish tasks if such features are provided.
Yes
No
Authors can ensure a "meaningful" order of controls exists
regardless of presentation.
Much like the issue of navigation order deviating from display
order mentioned above, control order is another frequent source of
confusion for users when presentation has been customized.
Technologies should provide ways for authors to define the
intended order of user input controls.
Yes
No
If technology provides user interaction features
Yes
No
User interaction features checklist
Checkpoint
References
Met?
For every user interface object type, the "type" of object can
be exposed as a role to accessibility APIs.
A major way some users with disabilities access content is via
assistive technologies, which provide various supplemental
supports for interaction. Many assistive technologies interact
with content primarily via accessibility APIs, which contain an
abstract model of the content that includes information about each
object. The "type" of an object is important for users to know how
to use it, which is typically exposed to accessibility APIs as a
"role". Technologies should ensure features have a defined type
and, if necessary, document accessibility API mappings for the
several APIs in use.
Yes
No
For every user interface object type, there is a clearly defined
mechanism for authors to provide and / or user agents determine
the "accessible name" for accessibility APIs.
Accessibility APIs provide an "accessible name" for each object,
which labels it for the user. The accessible name is frequently
the label for a form control or the text alternative for an
object. Technologies should define how the accessible name for
each object type can be determined, and provide features to allow
authors to set the accessible name.
Yes
No
For user interface objects that can have states, properties, or values,
authors can set these and these can be exposed to accessibility APIs.
Along with the role, many objects require information about properties, states, and values to be fully usable.
Properties are generally specific to object types and refine the type of object; states are also specific to
object type and provide information about a changeable condition such as checked status of a checkbox
or visibility status of an object. All objects have values as well, which is often the text content but
can be from another source, such as the user input in a form control. Technologies should define ways
for user agents to expose and authors to set properties, states, and values in accessibility
APIs that are relevant to full understanding of and interaction with the object type.
Yes
No
When providing imperative mechanisms to implement technology features (e.g., scripts),
authors can expose accessibility information to accessibility APIs.
Declarative technologies provide structured semantic helping authors to define complete models for
objects that can be exposed to accessibility APIs. Imperative technologies give more freedom to the
author but provide less built-in accessibility semantics, and sometimes do not provide a way to address
accessibility APIs at all. Technologies that use imperative mechanisms to author content need to provide
full interfaces to accessibility APIs so authors can set the complete object model.
Yes
No
User can obtain help information about the widget.
Especially with novel widgets, users sometimes need context-specific help to learn how to use the widget effectively.
This information is only useful if users can easily find it. Therefore, technologies should provide a mechanism for
help information to be directly associated with and reachable from the control.
Yes
No
If technology defines document semantics
Yes
No
Document semantics checklist
Checkpoint
References
Met?
Authors can title Web pages.
Web content is classically exposed on "pages", each of which
contains a different chunk of content. To help users easily
identify their location in a set of pages, and navigate to the
correct page, each pages should have a title that is effectively
metadata. Technologies should provide ways for authors to create
unique titles for each page.
Yes
No
Authors can title sections of content.
Web content is frequently divided into multiple sections, each of
which has a distinct topic. Users navigate among these sections to
find the content most relevant to their purpose, which is
especially important for users of assistive technology that don't
provide a two-dimensional view of the content. Technologies should
provide a mechanism for authors to provide section titles to help
users navigate and identify their location.
Yes
No
Authors can clearly indicate the target of a hyperlink and
function of a control.
Hyperlinks and controls cause changes to the user experience. It
is important that users know what change will happen, or what the
result of navigating a hyperlink will be. Default or contextual
indications may be sufficient for some users but not all.
Technologies must provide features allowing authors to
unambiguously provide this information.
Yes
No
Authors can indicate content language, for the page as a whole and for blocks of content.
Assistive technology that process language, such as screen readers, braille displays,
and voice input, change according to human language of content. For instance, pronunciation
rules and the effect of certain utterances may change. Technologies need to allow authors
to indicate the language of content, both as a whole and for regions where it differs.
Yes
No
Authors can support understanding of abbreviations / acronyms / initialisms, idioms, jargon, etc.
Abbreviations, acronyms, initialisms, idioms, and jargon comprise usages of content that
may not be familiar to all users, so it can be helpful for authors to provide supplemental
information about meaning. Abbreviations, acronyms, and initialisms are also often frequently
pronounced different from their spelling, their special nature may not be obvious from pronunciation alone.
Therefore technologies should allow authors to provide pronunciation and meaning guidance for these language features.
Yes
No
Authors can support correct machine pronunciation of ambiguously spelled terms (e.g., in the phrase "I am content with this content" there are different correct pronunciations of the lexeme "content").
Many languages have lexical features that can be pronounced different ways and that carry different meanings. Context generally clarifies intent, but this can be less effective when assistive technologies use default pronunciations. Therefore technologies should provide features to allow authors to clarify pronunciation intent when needed.
Yes
No
Authors can identify regions of content, particularly the "main" region.
Users of some assistive technologies experience content in a linear fashion, which can make it hard to find intended content that is located after several blocks of less relevant content such as navigation and sidebars. Other users have difficulty making sense of the page design due to complexity or the effects of magnification. Supporting users to find relevant content quickly is important to effective use, and the best way to do this is to provide ways to identify regions of content easily. This can be done via headings but region type semantics is also particularly helpful. The main content region is the most important for users to find quickly, but other regions such as navigation, headers, footers, sidebars, and subsections are also important. Technologies should provide features to allow authors to identify content regions.
Yes
No
Declarative mechanisms (that have accessibility semantics pre-defined in the spec) are used to implement technology features whenever possible.
Declarative technologies create sets of pre-defined semantics that authors use to structure content. Because the semantics are well-defined, they can be broadly supported across the entire tool chain, including by assistive technologies. Imperative technologies, by contrast, don't define semantics in advance, which allows creation of new forms of content but requires authors to implement all aspects of the user experience, including accessibility aspects that are frequently overlooked. For this reason, technologies should provide declarative semantics for known feature types.
Yes
No
There are unambiguous ways to express relationships between units of content, such as object nesting, ID referencing, etc.
Providing an accessible user experience sometimes requires tools to combine the features of or support rapid navigation between multiple related objects. Technologies should provide ways for authors to define these relationships clearly and unambiguously.
Yes
No
Prefer structural semantics to presentational semantics.
Structural semantics provide information about the role of content within the whole, while presentational semantics define intended presentation. Authors frequently use presentation to convey structure, yet when taken out of context this presentation is not meaningful to all users. Technologies should emphasize structural semantics over presentational semantics, and support styling on the basis of structure rather than inferring structure on the basis of style.
Yes
No
When providing presentational semantics, they can be easily mapped to structural semantics, e.g., to support restyling or meaningful exposure to accessibility APIs.
If technologies do provide presentational semantics, they should define clear mappings to existing structural semantics as well, allowing users to interact with content on the basis of implied structure.
Yes
No
Support a comprehensive set of authoring use cases to minimize the need for alternative content. (e.g., don't make authors resort to text in images to get the style they want).
Many accessibility problems in web content arise from authors attempting to work around limitations of the content language and using the technology in a way that it was not intended. Technologies should provide rich feature sets that allows authors to accomplish their goals without resort to inaccessible usages.
Yes
No
Semantics allow precise and replicable location information in the document to be determined.
Finding a given location in a document is important for a variety of use cases. Users of some assistive technologies require the tool to navigate to the location for them and may be confused if the location is merely approximate. Technologies should enable precise location finding, not only by supporting unique IDs but by structuring the language such that unambiguous and replicable selectors can be used and shared.
Yes
No
Semantics exist to convey meaning that is commonly conveyed via presentation.
Meaning is conveyed by a variety of presentational attributes. Separated blocks of text represent paragraphs, indented text represents quotes, short enlarged text indicates headings, bold text conveys emphasis, relative size indicates relative importance, etc. Technologies should define structural semantics for such features.
Yes
No
If technology provides time-based visual media (see also the
Media Accessibility Checklist )
Yes
No
Time-based visual media checklist
Checkpoint
References
Met?
It is possible for authors to provide detailed text descriptions, audio descriptions, or both of the important content in the media.
Some visual media cannot at present be made directly accessible to some users. Accessibility is provided via text or audio descriptions, either as part of the content or as an easily found supplementary resource. Technologies should provide mechanisms to provide these descriptions and associate them with the media.
Yes
No
It is possible for authors to synchronize descriptions with the visual content.
Descriptions are sometimes more helpful when they can be accessed along with the main video content. Technologies should provide a mechanism to synchronize descriptions, e.g., via additional audio tracks, timed text, etc.
Yes
No
It is possible for to provide descriptions even when the content is live.
It is harder to provide descriptions for live content, because the description must be produced at the same time as the content itself. Nonetheless, for some live content such as newscasts with a broad audience, this can be an important feature. Technologies should provide support for live descriptions.
Yes
No
User can pause, stop, replay media.
While most media can be stopped (where replay restarts from the beginning) or paused (where replay restarts from where it starts), the controls to do so can be inaccessible to users. Technologies need to provide accessible controls to do this, and also support programmatic control so assistive technologies can pause, stop, and start media playback. This support is important even for media that is not generally intended to be used in this way, such as short autoplay clips, in order to provide users control over excessive distraction.
Yes
No
Users can send output to alternate device.
Some users use multiple video or audio devices to tune their accessible interaction. For instance, a screen reader user may direct content audio to a different device than screen reader audio in order to reduce collision, or a magnifier user may direct video to a separate screen in order to better arrange their available screen space. Technologies should provide features to support this.
Yes
No
If technology provides audio
Yes
No
Audio checklist
Checkpoint
References
Met?
It is possible for authors to provide transcriptions.
Like descriptions of video, transcriptions of audio is important
for some users. Authors should be able to provide text transcripts
or signed video alternatives and associate them directly with the
primary content.
Yes
No
It is possible for authors to provide synchronized captions,
either open (on by default for all users).
Captions are essentially text transcripts that are synchronized to
appear in small blocks when the relevant audio is playing. Closed
captions are visible only on request, and are best provided in a
timed text track although they are sometimes provide in a separate
video track. Open captions are included directly within the source
video. Technologies should provide features to allow authors to
create closed and open captions.
Yes
No
User can adjust volume level
Some users require different volume levels than default, and may
need the relative volume of different elements to be different.
Technologies should provide ways for users to adjust the volume of
audio content within the content, not simply relying on hardware
volume settings.
Yes
No
Contrast between foreground and background audio is sufficient
Understanding of audio is improved when background sounds do not
occlude foreground or primary audio. To support this, authors
should be able to set background and foreground levels separately.
Ideally, users should also be able to adjust them separately via
separate audio tracks.
Yes
No
Unnecessary background audio can be muted separately from the
foreground audio
When background audio makes understanding of content too
difficult, users should be able to suppress it without losing the
foreground audio. Technologies should provide features to make
this possible, e.g., via support of multiple audio tracks.
Yes
No
Technology does not include triggers for audiosensitive seizures or allows those triggers to be disabled.
Like photosensitive epilepsy, audiosensitive epilepsy is known to occur. The triggering conditions are less widely known at this time, but nonetheless technologies should avoid enabling authoring of triggering content, or provide means to detect, warn, avoid, and suppress triggering content.
Yes
No
If technology allows time limits
Yes
No
Time limits checklist
If technology allows text content
Yes
No
Text content checklist
If technology creates objects that don't have an inherent text
representation
Yes
No
Objects that don't have an inherent text representation checklist
Checkpoint
References
Met?
There is a mechanism to create short text alternatives that label the object.
Some non-text objects can be represented as text, such as form controls, user interface objects, etc. Authors have no inherent text version that can be meaningfully exposed to the user. In this case, technologies should allow authors to provide a short label for the object.
Yes
No
There is a mechanism to create extended text alternatives for fallback content.
In addition to labels, authors should be able to provide extended text alternatives to better describe non-text objects. Technologies should provide a feature for this extended description that is distinct from the short label, and that can be associated with the object.
Yes
No
Text alternatives can be semantically "rich" e.g., with page structure, text style, hyperlinks, etc.
Extended text alternatives should allow authors to use, and users to benefit from, full text semantics rather than reduce them to plain text.
Yes
No
If technology provides content fallback mechanisms, whether text or
other formats
Yes
No
Content fallback mechanisms checklist
If technology provides visual graphics
Yes
No
Visual graphics checklist
If technology provides internationalization support
Yes
No
Internationalization support
If technology defines accessible alternative features
Yes
No
Accessible alternative features checklist
If technology provides content directly for end-users
Yes
No
If technology provides content directly for end-users checklist
If technology defines an API
Yes
No
API checklist
If technology defines a transmission protocol
Yes
No
Transmission protocol checklist
Create issue
Note: The markdown will be copied to your clipboard. You can paste it into the Github issue directly.