[wp-trac] [WordPress Trac] #46980: Remove title attributes from all the abbreviations
WordPress Trac
noreply at wordpress.org
Mon Sep 2 21:43:49 UTC 2019
#46980: Remove title attributes from all the abbreviations
-------------------------------------------------+-------------------------
Reporter: afercia | Owner: audrasjb
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 5.3
Component: Administration | Version:
Severity: normal | Resolution: fixed
Keywords: title-attribute has-screenshots | Focuses:
needs-patch | accessibility
-------------------------------------------------+-------------------------
Changes (by afercia):
* status: reopened => closed
* resolution: => fixed
Comment:
In [changeset:"45930" 45930]:
{{{
#!CommitTicketReference repository="" revision="45930"
Accessibility: Audit usage of abbreviations.
Title attributes on abbreviations are only available to a minority of
users. The
best option is to avoid unnecessary abbreviations when possible. In the
other cases,
use an `<abbr>` element (which provides a hint to user agents on how to
announce
and display the abbreviation) and provide an expansion in plain text on
first use.
- `readme.html`: improves abbreviations and removes unnecessary `title`
attributes
- options-general: removes unnecessary abbreviations and improves the
remaining ones
- customizer schedule changeset date: removes unnecessary abbreviations
and improves the remaining ones
- posts table date: uses a `span` element instead of an `abbr` element
because this is not an abbreviation
Fixes #46980.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46980#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list