From a52aac11e8ea6c430ef545015d0be383ad699a77 Mon Sep 17 00:00:00 2001
From: "Patrick H. Lauke" The intent of this Success Criterion is to ensure that
+ The intent of this Success Criterion is to ensure that
all content is operable from the keyboard. This is the same as Success Criterion 2.1.1,
except that no exceptions are allowed. This does not mean that content where the underlying
function requires input that depends on the path of the user's movement and not just
the endpoints (excluded from the requirements of 2.1.1) must be made keyboard accessible.
Rather, it means that content that uses path-dependent input cannot conform to this
- Success Criterion and therefore cannot meet Guideline 2.1 at Level AAA.
+ Success Criterion and therefore cannot meet Guideline 2.1 at Level AAA.
Platforms and user agents usually have conventions for how web content or
+ applications are controlled with a keyboard interface. If content does not follow
+ the platform/user agent conventions it may be difficult to use, as users will need
+ to learn different interaction methods. As a best practice, content
+ should follow the platform/user agent conventions. However, deviating from these
+ conventions does not fail the normative requirement of this Success Criterion.
+ For instance, buttons that have focus can generally be activated using both the
+ Enter key and the Space bar. If a custom button control
+ in a web application instead only reacts to Enter
+ (or even a completely custom key or key combination), this still
+ satisfies the requirements of this Success Criterion.
+ This Success Criterion does not require that every visible control that can be activated
+ using a pointer (such as a mouse or touch screen input) must also be focusable and actionable using the keyboard.
+ The normative requirement is only that there must be a way for keyboard interface users to perform
+ the same, or comparable, actions and to operate the content. Generally, the easiest way
+ to achieve this is to provide controls that can be operated with all possible input devices;
+ however, if a web application implements a separate mode of operation for keyboard interface users,
+ it will not fail the Success Criterion.
+ In brief
Intent of Keyboard (No Exception)
- Intent of Keyboard
example, clicking, selecting, moving, sizing). However, there is a small class of
input that is done with a pointing device that cannot be done from the keyboard in
any known fashion without requiring an inordinate number of keystrokes. Free hand
- drawing, watercolor painting, and flying a helicopter through an obstacle course are
- all examples of functions that require path dependent input. Drawing straight lines,
+ drawing, or watercolor painting require path dependent input. Drawing straight lines,
regular geometric shapes, re-sizing windows and dragging objects to a location (when
the path to that location is not relevant) do not require path dependent input.
@@ -69,6 +68,32 @@ Intent of Keyboard
Platforms and user agents usually have conventions for how web content or + applications are controlled with a keyboard interface. If content does not follow + the platform/user agent conventions it may be difficult to use, as users will need + to learn different interaction methods. As a best practice, content + should follow the platform/user agent conventions. However, deviating from these + conventions does not fail the normative requirement of this Success Criterion.
++ For instance, buttons that have focus can generally be activated using both the + Enter key and the Space bar. If a custom button control + in a web application instead only reacts to Enter + (or even a completely custom key or key combination), this still + satisfies the requirements of this Success Criterion. +
+This Success Criterion does not require that every visible control that can be activated + using a mouse or touch screen must also be focusable and actionable using the keyboard. + The normative requirement is only that there must be a way for keyboard interface users to perform + the same, or comparable, actions and to operate the content. Generally, the easiest way + to achieve this is to provide controls that can be operated with all possible input devices; + however, if a web application implements a separate mode of operation for keyboard interface users, + it will not fail the Success Criterion. +
+