Firefox and Safari focus test

Index page

This test is to determine if Firefox and Safari will allow focus on links, form controls and buttons.


Example

Code

<form action="#">
  <div>
    <label for="form-name">Name</label>
    <input id="form-name" type="text" autocomplete="name">
  </div>
  <button>Submit</button>
</form>

Dummy link after


Resources

Index page