Before we even begin, here are some key things I want you to take away from this post, which I had intended to write as a quick note of sorts… but I clearly ...| www.scottohara.me
Today, March 24th 2023, the HTML specification added a new grouping content element. The search element.| www.scottohara.me
Another case of the headline saying it all. If you have a valid, accessible search field (with a useful, sensible label) then you can probably ignore type=”search” and use type=”text” instead. I made a code sample you can use for testing in your preferred set-up; it is what I used…| Adrian Roselli