[wp-trac] [WordPress Trac] #18650: Make archives and categories widgets dropdown ada compliant

WordPress Trac noreply at wordpress.org
Wed May 22 21:00:45 UTC 2013


#18650: Make archives and categories widgets dropdown ada compliant
------------------------------------+--------------------
 Reporter:  jlevandowski            |       Owner:
     Type:  enhancement             |      Status:  new
 Priority:  normal                  |   Milestone:  3.6
Component:  Accessibility           |     Version:  3.2.1
 Severity:  major                   |  Resolution:
 Keywords:  has-patch dev-feedback  |
------------------------------------+--------------------

Comment (by DrewAPicture):

 Replying to [comment:7 SergeyBiryukov]:
 > Not sure if changing the existing id attribute for Categories widget is
 a good idea though. I guess it may lead to unexpected results in some
 themes.

 I see where you're coming from on this. And I can see why the inner
 `select` id was left alone -- the main widget id is unique for each
 instance just as with the other core widgets. On that same token, themes
 shouldn't have been targeting ids since they are by nature meant to be
 unique anyway.

 [attachment:18650.patch] builds off 18650.2.patch and swaps out `echo
 esc_attr( __( 'String' ) )` for `esc_attr_e( 'String' )`

--
Ticket URL: <http://core.trac.wordpress.org/ticket/18650#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list