Make WordPress Core


Ignore:
Timestamp:
03/18/2019 05:18:46 PM (6 years ago)
Author:
afercia
Message:

Accessibility: Improve the "Hello Dolly" accessibility.

  • adds a visually hidden text to give context to the lyrics
  • the text is Quote from Hello Dolly song, by Jerry Herman:
  • adds a lang HTML attribute (when the admin language is not English) to better support assistive technologies
  • adds a dir HTML attribute to better support the LTR English lyrics with RTL languages
  • CSS adjustments

Props audrasjb, SergeyBiryukov, danieltj, birgire, karmatosed, desrosj, afercia.
Fixes #43632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/UpdatePlugin.php

    r44230 r44929  
    159159                'pluginName'   => 'Hello Dolly',
    160160                'errorMessage' => 'Plugin update failed.',
    161                 'oldVersion'   => 'Version 1.7.1',
     161                'oldVersion'   => 'Version 1.7.2',
    162162                'newVersion'   => '',
    163163                'debug'        => array( 'The plugin is at the latest version.' ),
Note: See TracChangeset for help on using the changeset viewer.