-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lingering accessibility issues found by Mabl (#1048)
* docs(breadcrumbs): set role on demo h1s * docs(editor): add alt text to demo image * docs(menus): wrap fieldset in div[role="menu"] See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset#technical_summary "Permitted ARIA roles" section * docs(breadcrumbs): set role on demo h1s to presentation * docs(badges): ensure all overflow divs are scrollable * docs(navigation): ensure tabs are direct descendants of tablists * docs(popovers): ensure unique ids * docs(page-titles): set presentation role on examples * docs(popovers): set presentation role on examples * docs(prose): ensure all md images have alt attr * docs(prose): add presentation role to md examples * docs(tables): remove invalid scope attr * fix(expandable): don't add aria-expanded to radio elements See also: w3c/aria#1404 * fix(navigation): use aria-pressed on button elements * Revert "fix(navigation): use aria-pressed on button elements" This reverts commit f4f460b. * docs(navigation): add role="tab" to tablist button * docs(notice): use section for elements w/ role="status" * Revert "docs(notice): use section for elements w/ role="status"" This reverts commit ef938a5.
- Loading branch information
1 parent
0900175
commit 0663d27
Showing
11 changed files
with
125 additions
and
121 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.