Make WordPress Core


Ignore:
Timestamp:
02/17/2025 05:47:09 PM (17 months ago)
Author:
joedolson
Message:

Accessibility: Globally update .screen-reader-text class.

Remove references to the obsolete style property clip: rect(1px, 1px, 1px, 1px); and replace or adapt to use clip-path: inset(50%);. Update associated :focus styles as appropriate. Remove prefixed instances of -webkit-clip-path.

Props afercia, hbhalodia, audrasjb, joedolson, sabernhardt.
Fixes #62238.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/functions.php

    r59344 r59832  
    344344                #site-description {
    345345                        position: absolute;
    346                         clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    347                         clip: rect(1px, 1px, 1px, 1px);
     346                        clip-path: inset(50%);
    348347                }
    349348                        <?php
Note: See TracChangeset for help on using the changeset viewer.