From fbc9dba70b682d44451de15a031d281b7f886a42 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Mon, 2 Sep 2019 21:44:58 +0000 Subject: [PATCH] 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 `` 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. Built from https://develop.svn.wordpress.org/trunk@45930 git-svn-id: http://core.svn.wordpress.org/trunk@45741 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 12 ++++----- wp-admin/css/common-rtl.css | 1 - wp-admin/css/common-rtl.min.css | 2 +- wp-admin/css/common.css | 1 - wp-admin/css/common.min.css | 2 +- wp-admin/css/customize-controls-rtl.css | 10 -------- wp-admin/css/customize-controls-rtl.min.css | 2 +- wp-admin/css/customize-controls.css | 10 -------- wp-admin/css/customize-controls.min.css | 2 +- wp-admin/css/list-tables-rtl.css | 5 ++++ wp-admin/css/list-tables-rtl.min.css | 2 +- wp-admin/css/list-tables.css | 5 ++++ wp-admin/css/list-tables.min.css | 2 +- .../includes/class-wp-posts-list-table.php | 2 +- wp-admin/options-general.php | 15 ++++++++--- wp-includes/css/admin-bar-rtl.css | 1 - wp-includes/css/admin-bar-rtl.min.css | 2 +- wp-includes/css/admin-bar.css | 1 - wp-includes/css/admin-bar.min.css | 2 +- .../class-wp-customize-date-time-control.php | 25 +++++++++++++------ wp-includes/version.php | 2 +- 21 files changed, 54 insertions(+), 52 deletions(-) diff --git a/readme.html b/readme.html index de771081dd..5249c316e8 100644 --- a/readme.html +++ b/readme.html @@ -26,7 +26,7 @@
  • Open wp-admin/install.php in your browser.
  • -
  • Once the configuration file is set up, the installer will set up the tables needed for your site. If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the support forums with as much data as you can gather.
  • +
  • Once the configuration file is set up, the installer will set up the tables needed for your site. If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the WordPress support forums with as much data as you can gather.
  • If you did not enter a password, note the password given to you. If you did not provide a username, it will be admin.
  • The installer should then send you to the login page. Sign in with the username and password you chose during the installation. If a password was generated for you, you can then click on “Profile” to change the password.
  • @@ -48,7 +48,7 @@

    Migrating from other systems

    -

    WordPress can import from a number of systems. First you need to get WordPress installed and working as described above, before using our import tools.

    +

    WordPress can import from a number of systems. First you need to get WordPress installed and working as described above, before using our import tools.

    System Requirements