<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tiffa.net/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AScreen_reader-only%2Fstyles.css</id>
	<title>Template:Screen reader-only/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tiffa.net/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AScreen_reader-only%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.tiffa.net/w/index.php?title=Template:Screen_reader-only/styles.css&amp;action=history"/>
	<updated>2026-04-06T08:28:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.tiffa.net/w/index.php?title=Template:Screen_reader-only/styles.css&amp;diff=1315&amp;oldid=prev</id>
		<title>imported&gt;Fire at 22:40, 9 November 2022</title>
		<link rel="alternate" type="text/html" href="https://wiki.tiffa.net/w/index.php?title=Template:Screen_reader-only/styles.css&amp;diff=1315&amp;oldid=prev"/>
		<updated>2022-11-09T22:40:26Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* &lt;br /&gt;
This implementation is from&lt;br /&gt;
https://cloudfour.com/thinks/see-no-evil-hidden-content-and-accessibility/#showing-additional-content-for-screen-readers&lt;br /&gt;
which is a slight tweak from https://accessibility.18f.gov/hidden-content/ .&lt;br /&gt;
https://webaim.org/techniques/css/invisiblecontent/#techniques&lt;br /&gt;
has slightly different CSS clip, rect (1px) for all dimensions.&lt;br /&gt;
&lt;br /&gt;
WARNING:&lt;br /&gt;
&lt;br /&gt;
Template:Frac and friends use this styles.css page and class directly rather&lt;br /&gt;
than going through the template.&lt;br /&gt;
&lt;br /&gt;
*/&lt;br /&gt;
/* We retain .sr-only as the class name because it&amp;#039;s used by the outside world. */&lt;br /&gt;
.sr-only {&lt;br /&gt;
	border: 0;&lt;br /&gt;
	clip: rect(0, 0, 0, 0); /* Removed from CSS specification */&lt;br /&gt;
	/* clip-path is the replacement for clip, but very few browsers support it.&lt;br /&gt;
	TemplateStyles also doesn&amp;#039;t currently support the property. */&lt;br /&gt;
	/* clip-path: polygon(0px 0px, 0px 0px, 0px 0px); */&lt;br /&gt;
	height: 1px;&lt;br /&gt;
	margin: -1px;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	width: 1px;&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>imported&gt;Fire</name></author>
	</entry>
</feed>