Make WordPress Core


Ignore:
Timestamp:
02/04/2015 03:45:24 AM (11 years ago)
Author:
helen
Message:

Accessibility: remove remaining instances of accesskey.

It is a poorly implemented browser feature, not particularly discoverable, and causes more problems than it helps solve.

props afercia.
fixes #29715.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-terms-list-table.php

    r31200 r31331  
    498498
    499499        <p class="inline-edit-save submit">
    500             <a accesskey="c" href="#inline-edit" class="cancel button-secondary alignleft"><?php _e( 'Cancel' ); ?></a>
    501             <a accesskey="s" href="#inline-edit" class="save button-primary alignright"><?php echo $tax->labels->update_item; ?></a>
     500            <a href="#inline-edit" class="cancel button-secondary alignleft"><?php _e( 'Cancel' ); ?></a>
     501            <a href="#inline-edit" class="save button-primary alignright"><?php echo $tax->labels->update_item; ?></a>
    502502            <span class="spinner"></span>
    503503            <span class="error" style="display:none;"></span>
Note: See TracChangeset for help on using the changeset viewer.