Open
Bug 2013918
Opened 2 months ago
Updated 2 months ago
Include accesskeys on SRD page navigation
Categories
(Firefox :: Settings UI, enhancement, P3)
Firefox
Settings UI
Tracking
()
NEW
People
(Reporter: mstriemer, Unassigned)
References
Details
(Whiteboard: [recomp])
In bug 2012518 an accesskey change was noted and pointed out that there's no accesskeys for the page nav. This likely wasn't possible with the old page nav, but when we convert it we could look into adding accesskeys to the page links themselves.
We should verify that there isn't any strange behaviour going on here with the accesskey though. It could be jarring to press an accesskey and have the entire page change. Manual testing in Firefox View suggests that moz-page-nav doesn't support acceskey currently, and manually setting one on the inner button just focuses it even if there isn't a collision (since it's tabindex="-1" maybe?). This seems like a good behaviour though
Acceptance criteria:
- Update
moz-page-navto supportaccessKeyproperty/attribute - Add
accesskeyvalues to the fluent strings for the page nav entries
Updated•2 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•