[wp-trac] [WordPress Trac] #37661: A New Experience for Discovering, Installing, and Previewing Themes in the Customizer

WordPress Trac noreply at wordpress.org
Fri Oct 14 14:18:31 UTC 2016


#37661: A New Experience for Discovering, Installing, and Previewing Themes in the
Customizer
-------------------------------------+-------------------------------------
 Reporter:  celloexpressions         |       Owner:  westonruter
     Type:  feature request          |      Status:  reviewing
 Priority:  high                     |   Milestone:  4.7
Component:  Customize                |     Version:  4.2
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch has-           |     Focuses:  ui, accessibility,
  screenshots needs-testing has-     |  javascript
  user-testing ux-feedback           |
-------------------------------------+-------------------------------------

Comment (by afercia):

 Replying to [comment:101 celloexpressions]:
 > Installed, Search, Featured, Popular, and Latest technically
 expand/collapse their corresponding sections
 It's not a matter of what technically those buttons do. It's about the
 expected interaction. Screen reader users, when they press the buttons and
 hear "expanded", they would expect something immediately following the
 button has expanded. Technically, it could use 'aria-controls' but it's a
 bit pointless given its very limited support. I'd still recommend to
 change this.

 > When you open a theme's details (or use the arrows to go between themes'
 details), speak will announce that you're viewing the details for theme
 name
 So I guess
 `wp.a11y.speak( api.settings.l10n.announceThemeDetails.replace( '%s',
 count ) );`
 should be
 `wp.a11y.speak( api.settings.l10n.announceThemeDetails.replace( '%s',
 theme.name ) );`
 (count is indefined)

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


More information about the wp-trac mailing list