[wp-trac] [WordPress Trac] #18801: Accessibility Enhancements to Settings API

WordPress Trac wp-trac at lists.automattic.com
Tue Aug 7 04:19:20 UTC 2012


#18801: Accessibility Enhancements to Settings API
---------------------------+------------------------------
 Reporter:  taupecat       |       Owner:  taupecat
     Type:  enhancement    |      Status:  accepted
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Accessibility  |     Version:  3.2.1
 Severity:  normal         |  Resolution:
 Keywords:  has-patch      |
---------------------------+------------------------------

Comment (by azaozz):

 The settings form elements that don't have <label> in the <th> have
 <fieldset> and <legend> with the same text. Those are usually multi-input,
 like radio buttons, that have individual labels.

 Perhaps instead of <fieldset> and <legend> we can use `aria-labelledby` on
 them and point that to the <th>? That would avoid the repeating texts.

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


More information about the wp-trac mailing list