What fresh hell is THIS now? - Patrick Lauke
I should probably read the article and spec first.
good idea :+1:
Sorry. Placed the role on the incorrect element there. Updated now:
<form role="search">
<label for="search">Search
<input id="search" type="search" name="search" placeholder="Search" />
<input type="submit" value="Submit" />
</label>
</form>
tabindex=0
which doesn't involve recreating functionality from a native HTML element (like good old button)?