[wp-trac] [WordPress Trac] #17349: s fsf

WordPress Trac wp-trac at lists.automattic.com
Sat May 7 13:47:59 UTC 2011


#17349: s fsf
-------------------------+-------------------------------------
 Reporter:  ksantoshp    |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  General      |    Version:  3.1.2
 Severity:  normal       |   Keywords:  ui-feedback ux-feedback
-------------------------+-------------------------------------
 From usability point of view and as per WCAG guideline, each anchor tag
 should have title attribute.

 In few of wordpress core files there are few anchor tag markup, which
 missed this title attribute.

 For example in wp-includes/category-template.php file on line number 469,
 there is code as below:


 {{{
 $output .= '<li><a href="' .  get_bloginfo( 'url' )  . '">' .
 $show_option_all . '</a></li>';
 }}}


 It is good if there is title attribute like below


 {{{
 $output .= '<li><a href="' .  get_bloginfo( 'url' )  . '" title="'
 .$show_option_all. '">' . $show_option_all . '</a></li>';
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17349>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list