[wp-trac] [WordPress Trac] #32715: Menu Customizer: UI controls without text

WordPress Trac noreply at wordpress.org
Thu Jul 2 14:00:32 UTC 2015


#32715: Menu Customizer: UI controls without text
----------------------------------+----------------------------------------
 Reporter:  afercia               |       Owner:
     Type:  defect (bug)          |      Status:  new
 Priority:  normal                |   Milestone:  4.3
Component:  Customize             |     Version:  trunk
 Severity:  normal                |  Resolution:
 Keywords:  has-patch needs-      |     Focuses:  accessibility, javascript
  refresh                         |
----------------------------------+----------------------------------------
Changes (by afercia):

 * keywords:  has-patch => has-patch needs-refresh


Comment:

 Additionally, the toggle section buttons would need an `aria-expanded`
 attribute to be dynamically updated. Not sure if there's already a ticket
 for that. Also, I'd recommend to use `role="presentation"` on the `h4`
 headings since we don't need screen readers read out that information. All
 we need is something like:
 {{{
 Toggle section: Posts button collapsed
 }}}
 then when users activate the button they will hear:
 {{{
 expanded
 }}}
 and the content inside the panel is going to be changed in a list in
 #32724 so it would be something like:
 {{{
 List with {nn} items
 Add to menu: Hello World (post)
 etc.
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32715#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list