Offscreen Text
Create non-visual content exclusive to screen readers.
/* clip element visibility, making it accessible to screen reader only */
.clipped {
border: 0 !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
height: 1px !important;
overflow: hidden;
padding: 0 !important;
position: absolute !important;
white-space: nowrap !important;
width: 1px !important;
}Link opens in new window or tab
Link text without nearby context
Ambiguous link text
Offscreen headings
Strikethrough price


Last updated