You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<body><header></header><main><search><form><!-- search bar goes here --></form><section><!-- selected options --></section><section><!--facets--></section><section><!--search results--></section></search></main></body>
The text was updated successfully, but these errors were encountered:
Currently the HeaderComponent contains the search bar. However, I think it would be better semantics to move the search bar into the
<main>
https://github.com/projectblacklight/blacklight/blob/main/app/views/layouts/blacklight/base.html.erb#L38-L40. This means that the search form, available filters and results are all enclosed in<main>
and not split across multiple elements.Then we could have a structure like this:
The text was updated successfully, but these errors were encountered: