chrisblakley / Nebula

Nebula is a WordPress theme framework that focuses on enhancing development. The core features of Nebula make it a powerful tool for designing, developing, and analyzing WordPress websites consistently, yet its deliberately uncomplicated code syntax also serves as a learning resource for programmers themselves.
https://nebula.gearside.com
GNU General Public License v2.0
139 stars 36 forks source link

Ensure search forms are wrapped in semantic <search> elements #2288

Closed chrisblakley closed 3 weeks ago

chrisblakley commented 4 weeks ago

Wrap search input forms in html element. Only the form- not the search results.

unnamed-2

This can be used now without needing to wait browser support.

chrisblakley commented 3 weeks ago

This has been added to the forms that are easily accessed via the functions file. I'll probably rely on WordPress core for any that Nebula does not handle instead of doing anything too convoluted.