Skip to content
This repository was archived by the owner on May 23, 2018. It is now read-only.

Commit 4a7578c

Browse files
committed
Reset word-wrap for screen-reader-text
* Ensure screen reader text is read as words and not affected by word-wrap. Resolves #235 See: https://core.trac.wordpress.org/changeset/32509
1 parent 16b9ffb commit 4a7578c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,6 +1239,8 @@ a:active {
12391239
overflow: hidden;
12401240
position: absolute !important;
12411241
width: 1px;
1242+
/* many screen reader and browser combinations announce broken words as they would appear visually */
1243+
word-wrap: normal !important;
12421244
}
12431245

12441246
/* must have higher specificity than alternative color schemes inline styles */

0 commit comments

Comments
 (0)