[wp-trac] [WordPress Trac] #49211: Menus: make tabs panels more accessible for keyboard users
WordPress Trac
noreply at wordpress.org
Fri Feb 7 21:35:49 UTC 2020
#49211: Menus: make tabs panels more accessible for keyboard users
----------------------------------------------+----------------------------
Reporter: audrasjb | Owner: audrasjb
Type: enhancement | Status: assigned
Priority: normal | Milestone: 5.4
Component: Menus | Version:
Severity: normal | Resolution:
Keywords: has-patch has-screenshots commit | Focuses: ui,
| accessibility, css
----------------------------------------------+----------------------------
Comment (by SergeyBiryukov):
I think it would make sense to use existing post type and taxonomy labels
here:
* `Most Recent` → stays is, doesn't have a direct match.
* `Search Results` → `$post_type->labels->search_items`
* `All Items` → `$post_type->labels->all_items`
* `Most Used` → `$taxonomy->labels->most_used`
* `All Items` → `$taxonomy->labels->all_items`
* `Search Results` → `$taxonomy->labels->search_items`
Looks good to me otherwise :)
--
Ticket URL: <https://core.trac.wordpress.org/ticket/49211#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list