-
Notifications
You must be signed in to change notification settings - Fork 426
Updated ARIA11 to standardize internal wording and ensure definitions are consistent with ARIA standards #4534
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
16ae784
aligned definitions with ARIA ones
giacomo-petri acb6c11
Merge branch 'main' into giacomo-petri-aria11-align-with-aria-specs
patrickhlauke 5ec03a5
Merge branch 'main' into giacomo-petri-aria11-align-with-aria-specs
patrickhlauke 93ccf67
Update techniques/aria/ARIA11.html
mbgower 57710fa
Update techniques/aria/ARIA11.html
patrickhlauke 3e0db7c
Merge branch 'main' into giacomo-petri-aria11-align-with-aria-specs
patrickhlauke 3c8a9aa
Update techniques/aria/ARIA11.html
mbgower 05b9788
Remove class from inline code tags
kfranqueiro 667bae3
Merge branch 'main' into giacomo-petri-aria11-align-with-aria-specs
mbgower 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 |
|---|---|---|
|
|
@@ -22,13 +22,13 @@ <h1>Using ARIA landmarks to identify regions of a page</h1> | |
| </p> | ||
| <p>Landmarks are inserted into the page using the role attribute on an element that marks the section. The value of the attribute is the name of the landmark. These role values are listed below. For HTML mappings of landmark roles, refer to the <cite>Rules of ARIA attribute usage by HTML element</cite> table in the <a href="https://www.w3.org/TR/html-aria/">ARIA In HTML recommendation</a>.</p> | ||
| <ul> | ||
| <li><code class="language-html">banner</code>: A region that contains the prime heading or internal title of a page.</li> | ||
| <li><code class="language-html">navigation</code>: A region that contains navigation links links to other pages or different parts of the same page.</li> | ||
| <li><code class="language-html">main</code>: A region that contains a page's main content.</li> | ||
| <li><code class="language-html">region</code>: A region that contains a perceivable section of the page containing content that is sufficiently important for users to be able to navigate to the section. A <code class="language-html">region</code> landmark isn't exposed as a landmark region unless it has an accessible name.</li> | ||
| <li><code class="language-html">form</code>: A region of the document that represents a collection of form-associated elements, some of which can represent editable values that can be submitted to a server for processing.</li> | ||
| <li><code class="language-html">search</code>: A region of the page containing search functionality.</li> | ||
| <li><code class="language-html">complementary</code>: Any section of the document that supports the main content, yet is separate and meaningful on its own.</li> | ||
| <li><code class="language-html">banner</code>: A region that contains mostly site-oriented content, rather than page-specific content.</li> | ||
| <li><code class="language-html">navigation</code>: A region that contains a collection of navigational elements (usually links) for navigating the document or related documents.</li> | ||
| <li><code class="language-html">main</code>: A region that contains the main content of a document.</li> | ||
| <li><code class="language-html">region</code>: A region that contains a perceivable section of the page containing content that is relevant to a specific, author-specified purpose and sufficiently important that users will likely want to be able to navigate to the section easily A <code class="language-html">region</code> landmark isn't exposed as a landmark region unless it has an accessible name.</li> | ||
| <li><code class="language-html">form</code>: A region that represents a collection of form-associated elements, some of which can represent editable values that can be submitted to a server for processing.</li> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is it also worth mentioning that a
mbgower marked this conversation as resolved.
Outdated
|
||
| <li><code class="language-html">search</code>: A region that contains a collection of items and objects that, as a whole, combine to create a search facility.</li> | ||
|
mbgower marked this conversation as resolved.
Outdated
|
||
| <li><code class="language-html">complementary</code>: A region that supports the main content, yet is separate and meaningful on its own.</li> | ||
| <li><code class="language-html">contentinfo</code>: A region that contains information about the parent document such as copyrights and links to privacy statements.</li> | ||
| </ul> | ||
|
|
||
|
|
||
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.