Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

make text available only to screen reader

.sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap; /* added line */
      border: 0;
}
Source by a11y-guidelines.orange.com #
 
PREVIOUS NEXT
Tagged: #text #screen #reader
ADD COMMENT
Topic
Name
4+2 =