-
Notifications
You must be signed in to change notification settings - Fork 378
Update normative wording of 4.1.3 and definition of "status message" #4952
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
16
commits into
main
Choose a base branch
from
patrickhlauke-issue4676-4672
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 11 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
c9a759c
Update definition for "status message"
patrickhlauke 62b3bba
Update guidelines/terms/21/status-message.html
patrickhlauke 5441427
Merge branch 'main' into patrickhlauke-issue4676
patrickhlauke 7d2d040
Merge branch 'main' into patrickhlauke-issue4676
patrickhlauke b37618a
Merge branch 'main' into patrickhlauke-issue4676
patrickhlauke 37cc0c4
Merge branch 'main' into patrickhlauke-issue4676
patrickhlauke dbdea00
Merge branch 'main' into patrickhlauke-issue4676
patrickhlauke 18e4e57
Merge branch 'main' into patrickhlauke-issue4676
patrickhlauke c88d024
Further definition tweak
patrickhlauke 435cb3f
More dramatic change to actual guideline text
patrickhlauke 28d0458
Merge branch 'main' into patrickhlauke-issue4676-4672
patrickhlauke ed64c74
Update guidelines/terms/21/status-message.html
patrickhlauke c945872
Apply suggestion from @patrickhlauke
patrickhlauke 422efc6
Merge branch 'main' into patrickhlauke-issue4676-4672
kfranqueiro c5d0546
Merge branch 'main' into patrickhlauke-issue4676-4672
patrickhlauke 77ce0e1
Merge branch 'main' into patrickhlauke-issue4676-4672
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,9 +1,5 @@ | ||
| <section id="status-messages" class="sc"> | ||
|
|
||
| <h4>Status Messages</h4> | ||
|
|
||
| <p class="conformance-level">AA</p> | ||
|
|
||
| <p>In content implemented using markup languages, <a>status messages</a> can be <a>programmatically determined</a> through <a>role</a> or properties such that they can be presented to the user by <a>assistive technologies</a> without receiving focus.</p> | ||
|
|
||
| <p><a>Status messages</a> that don't cause a <a>change of context</a> can be <a>programmatically determined</a> such that they can be presented to the user by <a>assistive technologies</a> without receiving focus.</p> | ||
| </section> | ||
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,6 +1,4 @@ | ||
| <dt><dfn id="dfn-status-messages" data-lt="status messages">status message</dfn></dt> | ||
| <dd> | ||
|
|
||
| <p>change in content that is not a <a>change of context</a>, and that provides information to the user on the success or results of an action, on the waiting state of an application, on the progress of a <a>process</a>, or on the existence of errors</p> | ||
|
|
||
| <p>discrete piece of content that is added or updated dynamically, and whose only purpose is to provide information to the user on the success or results of an action, on the waiting state of an application, on the progress or completion of a <a>process</a>, or on the existence of errors</p> | ||
patrickhlauke marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| </dd> | ||
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.