-
Notifications
You must be signed in to change notification settings - Fork 380
Normative change to SC 2.2.2 - replace "information" with "content", rewrite note 3 #4920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
patrickhlauke
wants to merge
5
commits into
main
Choose a base branch
from
patrickhlauke-issue3478-2.2.2-normative-change-sc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
16870a1
Normative change to SC 2.2.2 - replace "information" with "content", …
patrickhlauke 965ebef
Merge branch 'main' into patrickhlauke-issue3478-2.2.2-normative-chan…
patrickhlauke 0366bc5
Merge branch 'main' into patrickhlauke-issue3478-2.2.2-normative-chan…
patrickhlauke 0ad1f49
Apply suggestion from @ljoakley
patrickhlauke 9601a4d
Apply suggestion from @patrickhlauke
patrickhlauke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,57 +1,39 @@ | ||
| <section id="pause-stop-hide" class="sc"> | ||
|
|
||
| <h4>Pause, Stop, Hide</h4> | ||
|
|
||
| <p class="conformance-level">A</p> | ||
|
|
||
| <p>For moving, <a>blinking</a>, scrolling, or auto-updating information, all of the following are true: | ||
| </p> | ||
|
|
||
|
|
||
| <p>For moving, <a>blinking</a>, scrolling, or auto-updating content, all of the following are true:</p> | ||
|
|
||
| <dl> | ||
|
|
||
| <dt>Moving, blinking, scrolling</dt> | ||
|
|
||
| <dd> | ||
|
|
||
| <p>For any moving, blinking or scrolling information that (1) starts automatically, (2) | ||
| <p>For any moving, blinking or scrolling content that (1) starts automatically, (2) | ||
| lasts more than five seconds, and (3) is presented in parallel with other content, | ||
| there is a <a>mechanism</a> for the user to <a>pause</a>, stop, or hide it unless the movement, blinking, or scrolling is part of an activity | ||
| where it is <a>essential</a>; and | ||
| </p> | ||
|
|
||
| there is a <a>mechanism</a> for the user to <a>pause</a>, stop, or hide it unless the movement, blinking, or scrolling is part of an activity | ||
| where it is <a>essential</a>; and</p> | ||
| </dd> | ||
|
|
||
| <dt>Auto-updating</dt> | ||
|
|
||
| <dd> | ||
|
|
||
| <p>For any auto-updating information that (1) starts automatically and (2) is presented | ||
| <p>For any auto-updating content that (1) starts automatically and (2) is presented | ||
| in parallel with other content, there is a mechanism for the user to pause, stop, | ||
| or hide it or to control the frequency of the update unless the auto-updating is part | ||
| of an activity where it is essential. | ||
| </p> | ||
|
|
||
| of an activity where it is essential.</p> | ||
| </dd> | ||
|
|
||
| </dl> | ||
|
|
||
| <p class="note">For requirements related to flickering or flashing content, refer to <a href="#seizures-and-physical-reactions">Guideline 2.3</a>. | ||
| </p> | ||
|
|
||
| <p class="note">For requirements related to flickering or flashing content, refer to <a href="#seizures-and-physical-reactions">Guideline 2.3</a>.</p> | ||
|
|
||
| <p class="note">Since any content that does not meet this success criterion can interfere with a user's | ||
| ability to use the whole page, all content on the web page (whether it is used to | ||
| meet other success criteria or not) must meet this success criterion. See <a href="#cc5">Conformance Requirement 5: Non-Interference</a>. | ||
| </p> | ||
| meet other success criteria or not) must meet this success criterion. See <a href="#cc5">Conformance Requirement 5: Non-Interference</a>.</p> | ||
|
|
||
| <p class="note">Content that is updated periodically by software or that is streamed to the user agent | ||
| is not required to preserve or present information that is generated or received between | ||
| the initiation of the pause and resuming presentation, as this may not be technically | ||
| possible, and in many situations could be misleading to do so. | ||
| </p> | ||
| <p class="note">When auto-updating content was paused, it is not required | ||
| for any of the updates that happened while the content was paused to be presented | ||
| to the user once the content is un-paused again – as this may not be technically | ||
| possible, and in many situations could be confusing or misleading.</p> | ||
|
|
||
| <p class="note">An animation that occurs as part of a preload phase or similar situation can be considered | ||
| essential if interaction cannot occur during that phase for all users and if not indicating | ||
| progress could confuse users or cause them to think that content was frozen or broken. | ||
| </p> | ||
|
|
||
| progress could confuse users or cause them to think that content was frozen or broken.</p> | ||
patrickhlauke marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| </section> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.