Add UI for keyboard accessibility audit/check.
Categories
(DevTools :: Accessibility Tools, enhancement)
Tracking
(firefox70 fixed)
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: yzen, Assigned: yzen)
Details
(Keywords: dev-doc-complete)
Attachments
(6 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
n addition to existing checks and audit functionality we are adding an audit/checks category for keyboard accessibility that includes:
- adding keyboard accessibility type and functionality to the accessible actor
- adding infobar audit component for accessible highlighter
- adding keyboard accessibility section in the checks in the panel sidebar
- adding the badge to the accessibility tree rows
- adding the filter to the a11y panel checks toolbar
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D43441
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D43442
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D43443
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D43444
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D43445
Updated•5 years ago
|
Comment 8•5 years ago
|
||
Backed out 6 changesets (Bug 1564968) by yzen's request
Backout link: https://hg.mozilla.org/integration/autoland/rev/20c9dfa0cf86c8964988ea18f23feff57dc3356d
Assignee | ||
Updated•5 years ago
|
Comment 10•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c1fb4db88eb0
https://hg.mozilla.org/mozilla-central/rev/e9fa44e62b03
https://hg.mozilla.org/mozilla-central/rev/bcca86af8ab5
https://hg.mozilla.org/mozilla-central/rev/083ba02b90d2
https://hg.mozilla.org/mozilla-central/rev/9bb2ac5890de
https://hg.mozilla.org/mozilla-central/rev/2c951108cb69
Assignee | ||
Comment 11•5 years ago
|
||
Keyboard checks now have links to MDN similar to text label checks.
Text label checks documentation is here: https://developer.mozilla.org/en-US/docs/Web/Accessibility/Understanding_WCAG/Text_labels_and_names?utm_source=devtools&utm_medium=a11y-panel-checks-text-label#Use_alt_attribute_to_provide_a_name_for_areas_that_have_the_href_attribute
Placeholder for keyboard checks is here:
https://developer.mozilla.org/en-US/docs/Web/Accessibility/Understanding_WCAG/Keyboard?utm_source=devtools&utm_medium=a11y-panel-checks-keyboard
Comment 12•5 years ago
|
||
Tracking the doc work in https://github.com/mdn/sprints/issues/2062
Updated•5 years ago
|
Updated•5 years ago
|
Description
•