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:
Helen Hou-Sandi 2015-05-18 18:36:46 +00:00
parent 42eb2ec407
commit d800ebdf96
1 changed files with 1 additions and 0 deletions

View File

@ -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 {