This is an unpublished draft preview that might include content that is not yet approved. The published website is at w3.org/WAI/.

Search Form

Source Code

<form action="…" class="searchform">
    <label for="tipue_search_input">Search:</label>
    <input type="search" name="q" id="tipue_search_input" pattern=".{3,}" title="At least 3 characters" required>
    <button class="button button--icon" type="submit">
      <span>Search</span>
    </button>
</form>
Back to Top

This is an unpublished draft preview that might include content that is not yet approved. The published website is at w3.org/WAI/.