Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • be provided with a form label

  • be able to use the TAB key on the keyboard to access the form control

  • be provided with a mechanism to initiate that the change in page behavior, such as an “Update” or “Submit” button

...

Markup and Code

 

Code Block
<form id="sfgov-search-form" role="search" novalidate="novalidate" method="post">
  <div>
	<label for="searchfilter-input">Search<>Filter</label>
	<input id="serchfilter-input" type="text" placeholder="Search" />Filter by department name">
	<button>Update</button>
  </div>   
</form>

View markup on github