Accessibility: Ensure screen reader text is read as words and not affected by word-wrap.
props afercia. fixes #31962. git-svn-id: https://develop.svn.wordpress.org/trunk@32509 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
42eb2ec407
commit
d800ebdf96
@ -126,6 +126,7 @@
|
||||
overflow: hidden;
|
||||
clip: rect(0 0 0 0);
|
||||
border: 0;
|
||||
word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
|
||||
}
|
||||
|
||||
.screen-reader-shortcut {
|
||||
|
Loading…
Reference in New Issue
Block a user