Skip to:
Content

bbPress.org

Changeset 6732


Ignore:
Timestamp:
10/25/2017 11:05:31 PM (7 years ago)
Author:
netweb
Message:

Accessibility: Update the screen-reader-text CSS class via wp:changeset:41622

This changeset merges the latest #a11y updates from WordPress Core for screen readers.

Props ashokrd2013.
Fixes #3172.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/css/bbpress.css

    r6623 r6732  
    2424    width: 1px;
    2525    overflow: hidden;
    26     clip: rect(0 0 0 0);
     26    clip: rect(1px, 1px, 1px, 1px);
     27    -webkit-clip-path: inset(50%);
     28    clip-path: inset(50%);
    2729    border: 0;
    2830    word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
Note: See TracChangeset for help on using the changeset viewer.