Fieldset test

Index page

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


Example

Choose a method

Code

<form action="#">
  <fieldset>
    <legend>Choose a method</legend>
    <button class="button">Australia only</button>
    <button class="button">Overseas</button>
  </fieldset>
</form>

Index page