Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<style>
button {
outline: none;
-moz-appearance: none;
appearance: none;
}
button::-moz-focus-inner { border: 0 }
</style>
<button autofocus>Foo</button>