Visual Example


Acceptance Criteria

Use native and semantic HTML markup in connection with form related buttons.

As a screen reader and keyboard only user I should:

As a screen reader user I should:

When the button has keyboard focus: 

Screen readers announce the nested text for <button> elements, and the value attribute for input buttons.


Markup and Code

<input type="submit" name="submit" value="Submit">
<button>Add Hours</button>
<button>Next</button>

View HTML markup on github