View source for Template:Screen reader-only/styles.css
Appearance
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
/* {{pp-template}}
This implementation is from
https://cloudfour.com/thinks/see-no-evil-hidden-content-and-accessibility/#showing-additional-content-for-screen-readers
which is a slight tweak from https://accessibility.18f.gov/hidden-content/ .
https://webaim.org/techniques/css/invisiblecontent/#techniques
has slightly different CSS clip, rect (1px) for all dimensions.
WARNING:
Template:Fraction and friends use this styles.css page and class directly rather
than going through the template.
*/
/* We retain .sr-only as the class name because it's used by the outside world. */
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0); /* Removed from CSS specification */
/* clip-path is the replacement for clip, but very few browsers support it.
TemplateStyles also doesn't currently support the property. */
/* clip-path: polygon(0px 0px, 0px 0px, 0px 0px); */
height: 1px;
000
1:0
Templates used on this page:
- Template:Pp-template (view source)
- Module:Arguments (view source)
- Module:Effective protection expiry (view source)
- Module:Effective protection level (view source)
- Module:File link (view source)
- Module:Protection banner (view source)
- Module:Protection banner/config (view source)
- Module:Yesno (view source)
Return to Template:Screen reader-only/styles.css.