Visual Example


Acceptance Criteria

As a screen reader and keyboard only user I should:

As a screen reader user I should:

When the form field has keyboard focus: 


Markup and Code

 

<form id="sfgov-search-form" role="search" novalidate="novalidate" method="post">
  <div>
	<label for="search-input">Search</label>
	<input id="serch-input" type="text" placeholder="Search" />
  </div>   
</form>

View markup on github