Changes between Initial Version and Version 9 of Ticket #24766
- Timestamp:
- 07/16/2013 06:08:48 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24766
- Property Cc michael.d.beckwith@… sabreuse added
- Property Keywords dev-feedback added
-
Property
Component
changed from
General
toAccessibility
-
Ticket #24766 – Description
initial v9 9 9 I recommend eliminating the title attributes from all of the methods below: 10 10 11 12 user.php11 {{{ 12 // user.php 13 13 wp_authenticate_username_password() 14 14 15 15 16 post-template.php16 // post-template.php 17 17 wp_page_menu() 18 18 wp_get_attachment_link() 19 19 20 21 media.php 20 // media.php 22 21 get_image_tag() 23 22 24 media-template.php23 // media-template.php 25 24 wp_print_media_templates() 26 25 27 link-template.php26 // link-template.php 28 27 edit_term_link() 29 28 edit_post_link() … … 33 32 the_shortlink() 34 33 35 default-widgets.php34 // default-widgets.php 36 35 widget() 37 36 38 comment-template.php37 // comment-template.php 39 38 comments_popup_link() 40 39 comment_form() 41 40 42 class-wp-theme.php41 // class-wp-theme.php 43 42 markup_header() 44 43 45 46 class-wp-editor.php 44 // class-wp-editor.php 47 45 wp_fullscreen_html(). There is one title attribute here on what I think is a TinyMCE button. If that looks like a button, it should actually be a button. 48 46 49 class-wp-customize-section.php47 // class-wp-customize-section.php 50 48 render() 51 49 52 category-template.php50 // category-template.php 53 51 get_category_parents() 54 52 get_the_category_list() … … 56 54 start_el() 57 55 58 bookmark-template.php56 // bookmark-template.php 59 57 _walk_bookmarks() 60 58 61 author-template.php59 // author-template.php 62 60 get_the_author_link() 63 61 the_author_posts_link() 64 62 wp_list_authors() 65 63 66 rss.php64 // rss.php 67 65 wp_rss() 68 66 get_rss() 69 67 70 general-template.php68 // general-template.php 71 69 get_calendar() 72 70 73 class-wp-admin-bar.php71 // class-wp-admin-bar.php 74 72 _render_item() 73 }}} 75 74 76 75 * Note: