From 612df139320f10aadb958cb2a770e73f3348e202 Mon Sep 17 00:00:00 2001 From: "U-CPHDOMAIN\\dtr" Date: Fri, 6 Jan 2023 16:58:36 -0500 Subject: [PATCH 1/3] pause-stop-hide: adding examples of "automatic" and "not automatic". --- understanding/20/pause-stop-hide.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/understanding/20/pause-stop-hide.html b/understanding/20/pause-stop-hide.html index 30ea8bb6ba..2198722de8 100644 --- a/understanding/20/pause-stop-hide.html +++ b/understanding/20/pause-stop-hide.html @@ -37,6 +37,9 @@

Intent of Pause, Stop, Hide

+ +

Regarding the scope of condition (1) "starts automatically": for the information to start on a change of focus is considered automatic. For the information to start on pointer hover or on changing of the setting of a user interface component is not considered automatic. +

Content that moves or auto-updates can be a barrier to anyone who has trouble reading stationary text quickly as well as anyone who has trouble tracking moving objects. From cb341cd1d07173222e1325288276fccc49dcfa0b Mon Sep 17 00:00:00 2001 From: "U-CPHDOMAIN\\dtr" Date: Fri, 6 Jan 2023 17:14:45 -0500 Subject: [PATCH 2/3] - pause-stop-hide: expanding examples of "automatic" and "not automatic". - pause-stop-hide: adding cross-reference to 2.3.3 ("Animation from Interactions"). --- understanding/20/pause-stop-hide.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/understanding/20/pause-stop-hide.html b/understanding/20/pause-stop-hide.html index 2198722de8..708ce21dc0 100644 --- a/understanding/20/pause-stop-hide.html +++ b/understanding/20/pause-stop-hide.html @@ -38,8 +38,10 @@

Intent of Pause, Stop, Hide

-

Regarding the scope of condition (1) "starts automatically": for the information to start on a change of focus is considered automatic. For the information to start on pointer hover or on changing of the setting of a user interface component is not considered automatic. +

Regarding the scope of condition (1) "starts automatically" as it relates to user interactions: for the animated information to start on a change of focus is considered automatic. For the animated information to start on pointer hover, scrolling the page, or on changing of the setting of a user interface component is not considered automatic.

+ +

"Pause, Stop, Hide" applies when the web page initiates animation. In contrast, 2.3.3 Animation from Interactions applies when a user’s interaction initiates animation.

Content that moves or auto-updates can be a barrier to anyone who has trouble reading stationary text quickly as well as anyone who has trouble tracking moving objects. From 1e2aee71357c1f7ed4653afa16431a90e73de694 Mon Sep 17 00:00:00 2001 From: Dan Tripp <113939352+dan-tripp-siteimprove@users.noreply.github.com> Date: Tue, 10 Jan 2023 10:15:58 -0500 Subject: [PATCH 3/3] Update understanding/20/pause-stop-hide.html Co-authored-by: Scott O'Hara --- understanding/20/pause-stop-hide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/understanding/20/pause-stop-hide.html b/understanding/20/pause-stop-hide.html index 708ce21dc0..5e99fed812 100644 --- a/understanding/20/pause-stop-hide.html +++ b/understanding/20/pause-stop-hide.html @@ -38,7 +38,7 @@

Intent of Pause, Stop, Hide

-

Regarding the scope of condition (1) "starts automatically" as it relates to user interactions: for the animated information to start on a change of focus is considered automatic. For the animated information to start on pointer hover, scrolling the page, or on changing of the setting of a user interface component is not considered automatic. +

Regarding the scope of condition (1) "starts automatically" as it relates to user interactions: for the animated information to start on a change of focus is considered automatic. For the animated information to start on pointer hover, scrolling the page, or on changing the setting of a user interface component is not considered automatic.

"Pause, Stop, Hide" applies when the web page initiates animation. In contrast, 2.3.3 Animation from Interactions applies when a user’s interaction initiates animation.