Skip to content

Instantly share code, notes, and snippets.

@kizu
Created May 31, 2017 12:35
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 kizu/79a424d82f4a5b93b0241e4bc81ad80d to your computer and use it in GitHub Desktop.
Save kizu/79a424d82f4a5b93b0241e4bc81ad80d to your computer and use it in GitHub Desktop.
This should work when you have the button in focus and press space on keyboard
/* This should work when you have the button in focus and press space on keyboard */
/* See https://html.spec.whatwg.org/multipage/scripting.html#selector-active */
/* Firefox currently won't behave properly there! */
button:active {
background: lime;
}
<button type="button">Press me using keyboard in Fx</button>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment