From 8e8ec2227de56c38a9ec0d97b0b7825ca3d8c3ac Mon Sep 17 00:00:00 2001 From: JAWS-test2 <> Date: Sun, 26 Jan 2020 04:59:44 +0100 Subject: [PATCH 1/2] Update on-input.html --- understanding/20/on-input.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/understanding/20/on-input.html b/understanding/20/on-input.html index 41f5a1c08c..8b415fa853 100644 --- a/understanding/20/on-input.html +++ b/understanding/20/on-input.html @@ -42,7 +42,22 @@
If the user interface component is not fully operable with the keyboard due to the change of context, + this would be a violation of SC 2.1.1. +
+ +A change of context should only be made if this makes further operation of the application easier. + If the change of context makes the operation difficult for impaired people, it is recommended to avoid the context change. +
+ +The intent of this Success Criterion is to ensure that entering data or selecting a form control has predictable effects. Changing the setting of any user interface component is changing some aspect in the control that will persist when the user is @@ -30,92 +25,58 @@
This Success Criterion covers changes in context due to changing the setting of a control. Clicking on links or buttons is activating a control, not changing the setting of that control. -
- +What is meant by "component" and "user interface component" here is also sometimes called "user interface element".
-If the user interface component is not fully operable with the keyboard due to the change of context, - this would be a violation of SC 2.1.1. + this would be a failure of SC 2.1.1.
-A change of context should only be made if this makes further operation of the application easier. - If the change of context makes the operation difficult for impaired people, it is recommended to avoid the context change. + If the change of context makes the operation difficult for disabled people, it is recommended to avoid the context change.
-Individuals who are unable to detect changes of context are less likely to become - disoriented while navigating a site. For example: - -
- -- Providing a submit button to initiate a change of context using a technology-specific technique listed below
- -A change of content is not always a change of context. This success criterion is automatically met if changes in content are not also changes of context.
-