[wp-trac] [WordPress Trac] #31336: Customizer: separate navigation from options UI for better UX by removing accordion behavior
WordPress Trac
noreply at wordpress.org
Sun May 17 12:57:22 UTC 2015
#31336: Customizer: separate navigation from options UI for better UX by removing
accordion behavior
--------------------------+------------------------------------------------
Reporter: | Owner: ocean90
celloexpressions | Status: assigned
Type: enhancement | Milestone: 4.3
Priority: normal | Version: 4.0
Component: Customize | Resolution:
Severity: normal | Focuses: ui, accessibility, administration
Keywords: has-patch |
--------------------------+------------------------------------------------
Comment (by afercia):
Please consider any UI control should be built with semantic elements that
have
[http://www.456bereastreet.com/archive/201302/making_elements_keyboard_focusable_and_clickable/
native support for keyboard interaction], for example:
`<span class="customize-help-toggle dashicons dashicons-editor-help"
tabindex="0">`
it would be nice to don't introduce new `span` or `div` elements used this
way, we already changed some of them see for example: #32227.
Additionally, since this specific control toggles a "help" panel, it
should also use an `aria-expanded` attribute.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31336#comment:35>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list