-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Add page types to the Web/Accessibility area #26140
Merged
Merged
Conversation
This file contains 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
teoli2003
requested review from
schalkneethling and
estelle
and removed request for
a team
April 12, 2023 07:38
github-actions
bot
added
Content:Accessibility
Accessibility docs
Content:CSS
Cascading Style Sheets docs
Content:HTML
Hypertext Markup Language docs
Content:Other
Any docs not covered by another "Content:" label
labels
Apr 12, 2023
teoli2003
changed the title
A11y page types
Add page types to the Web/Accessibility area
Apr 12, 2023
wbamberg
approved these changes
Apr 12, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 thank you!
yin1999
added a commit
to mdn/translated-content
that referenced
this pull request
Apr 13, 2023
yin1999
added a commit
to mdn/translated-content
that referenced
this pull request
Apr 13, 2023
* zh-tw: sync translated content * remove ARIA/forms ref: mdn/content#26140 --------- Co-authored-by: Allo <yin199909@aliyun.com>
yin1999
added a commit
to mdn/translated-content
that referenced
this pull request
Apr 13, 2023
yin1999
added a commit
to mdn/translated-content
that referenced
this pull request
Apr 13, 2023
* zh-cn: sync translated content * remove ARIA/forms ref: mdn/content#26140 * Remove documentation for <content> element ref: mdn/content#25352 * Remove <shadow> ref: mdn/content#26122 --------- Co-authored-by: Allo <yin199909@aliyun.com>
Mehrm0
pushed a commit
to Mehrm0/content
that referenced
this pull request
Apr 14, 2023
* Add page-type aria-attribute * Add page-type aria-role * Delete Accessible_dynamic_content that was already emptied * Delete Mozilla-only A11y faq * Delete outdated a11y community page * Move ARIA/Multipart_labels one level up * Add page-type:landing-page to relevant A11Y pages * Add page-type:guide to A11Y guides * Update page-type list * Fix forgotten broken link * Fix redirect file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Content:Accessibility
Accessibility docs
Content:CSS
Cascading Style Sheets docs
Content:HTML
Hypertext Markup Language docs
Content:Other
Any docs not covered by another "Content:" label
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.
Description
This PR adds page types to the Web/Accessibility section.
Motivation
Fixes #26116
Part of openwebdocs/project#91
Additional details
page-type:role
to roles.page-type:attribute
to attributes.ARIA/forms/Multipart_labels
one level higher as it was the only page in this directory, and removed the above useless landing page (Form
), which was empty. Removed a few links to this top page elsewhere on MDN.page-type:guide
to guide.page-type:landing-page
to landing pages.I made separate commits for each of these updates.
This PR doesn't fix the multiple incoherent sidebars: A separate project will create a single unified sidebar for the
Web/Accessibility
section. We will then examine the information architecture forWeb/Accessibility
, but it is clearly outside the scope of this PR/issue.