<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://prdmc.ca/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://prdmc.ca/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AScreen_reader-only%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://prdmc.ca/w/index.php?title=Template:Screen_reader-only/styles.css&amp;action=history"/>
	<updated>2026-04-17T08:53:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://prdmc.ca/w/index.php?title=Template:Screen_reader-only/styles.css&amp;diff=703&amp;oldid=prev</id>
		<title>RandomUser34: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://prdmc.ca/w/index.php?title=Template:Screen_reader-only/styles.css&amp;diff=703&amp;oldid=prev"/>
		<updated>2026-02-15T04:57:11Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:57, 15 February 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key prd_wiki:diff:1.41:old-702:rev-703 --&gt;
&lt;/table&gt;</summary>
		<author><name>RandomUser34</name></author>
	</entry>
	<entry>
		<id>https://prdmc.ca/w/index.php?title=Template:Screen_reader-only/styles.css&amp;diff=702&amp;oldid=prev</id>
		<title>wp&gt;TheDJ: use clip-path</title>
		<link rel="alternate" type="text/html" href="https://prdmc.ca/w/index.php?title=Template:Screen_reader-only/styles.css&amp;diff=702&amp;oldid=prev"/>
		<updated>2023-05-02T13:29:59Z</updated>

		<summary type="html">&lt;p&gt;use clip-path&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* {{pp-template}}&lt;br /&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:Fraction 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;
	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>wp&gt;TheDJ</name></author>
	</entry>
</feed>