Make WordPress Core


Ignore:
Timestamp:
02/27/2015 02:49:05 AM (10 years ago)
Author:
azaozz
Message:

PressThis: accessibility enhancements:

  • Add missing form labels.
  • Add some screen-reader-text and aria-hidden attributes.
  • Focus handling improvements.
  • Change tagcloud-link into a button.
  • Add missing ID attribute in tools.php.

Props afercia. Fixes #31449.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/tools.php

    r31534 r31566  
    5858        </p>
    5959
    60         <div class="hidden js-pressthis-code-wrap">
     60        <div class="hidden js-pressthis-code-wrap" id="pressthis-code-wrap">
    6161            <p id="pressthis-code-desc">
    6262                <?php _e( 'If you can\'t drag it to your bookmarks, copy the following code and create new bookmark. Paste the code into the new bookmark\'s URL field.' ) ?>
Note: See TracChangeset for help on using the changeset viewer.