From e12f3793d500020f290624bf6611ee0e340d1418 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Mon, 2 Sep 2019 21:43:39 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@45930 602fd350-edb4-49c9-b593-d223f7449a82 --- src/readme.html | 12 ++++----- src/wp-admin/css/common.css | 1 - src/wp-admin/css/customize-controls.css | 10 -------- src/wp-admin/css/list-tables.css | 5 ++++ .../includes/class-wp-posts-list-table.php | 2 +- src/wp-admin/options-general.php | 15 ++++++++--- src/wp-includes/css/admin-bar.css | 1 - .../class-wp-customize-date-time-control.php | 25 +++++++++++++------ tests/qunit/index.html | 2 +- 9 files changed, 41 insertions(+), 32 deletions(-) diff --git a/src/readme.html b/src/readme.html index de771081dd..5249c316e8 100644 --- a/src/readme.html +++ b/src/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