Skip to content

Instantly share code, notes, and snippets.

@ffoodd
Last active January 19, 2018 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ffoodd/73b26ca48889362f675f4a8586788d8f to your computer and use it in GitHub Desktop.
Save ffoodd/73b26ca48889362f675f4a8586788d8f to your computer and use it in GitHub Desktop.
.sr-only reduced test case
/**
* .sr-only reduced test case
*/
.sr-only {
left: -100vw;
position: absolute;
}
.sr-only-focusable:focus {
left: 0;
}
<!-- content to be placed inside <body>…</body> -->
<a href="#main" class="sr-only sr-only-focusable">Skip to main content</a>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment