thekid / dialog

Dialog photoblog
2 stars 1 forks source link

Use semantic HTML search element #56

Closed thekid closed 5 months ago

thekid commented 10 months ago

This pull request wraps the search bar on the home page as well as the search page inside the semantic <search> element. Quoting MDN:

The <search> element semantically identifies the purpose of the element's contents as having search or filtering capabilities

This improves accessibility in browsers supporting this tag.

Element inspector screenshot

See also