[wp-trac] [WordPress Trac] #46980: Remove title attributes from all the abbreviations

WordPress Trac noreply at wordpress.org
Sat May 25 20:34:02 UTC 2019


#46980: Remove title attributes from all the abbreviations
-------------------------------------------------+-------------------------
 Reporter:  afercia                              |       Owner:  audrasjb
     Type:  defect (bug)                         |      Status:  assigned
 Priority:  normal                               |   Milestone:  5.3
Component:  Administration                       |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  title-attribute has-patch needs-     |     Focuses:
  refresh 2nd-opinion has-screenshots            |  accessibility
-------------------------------------------------+-------------------------

Comment (by afercia):

 The patches need to be updated to follow the recommended pattern. Trying
 to summarize the recommendations from the Paciello Group linked above.

 - first: evaluate which abbreviations can be removed in favor of full text
 i.e. remove the `<abbr>` and use expanded text
 - then: for the`<abbr>` that can't be removed, use the recommended
 pattern, for example: `<abbr>FWIW</abbr> (For what it's worth)`
 - abbreviations in the bundled themes should preferably go in a separate
 patch attached to this ticket

 In no case the `<abbr>` tag should be kept without an accompanying
 expanded text. For example the following pattern doesn't help users:

 `<abbr>API</abbr> `

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


More information about the wp-trac mailing list