A new semantic element has landed on the , it was the only ARIA landmark role that didn't have a semantic equivalent in HTML until now:
- banner →
<header>
- complementary →
<aside>
- contentinfo →
<footer>
- form →
<form>
- main →
<main> - navigation →
<nav> - region →
<section>(with an accessible name) - search → ???
Now that we can use <search> to identify a section that should have the "search" role, we have all the .
The search element, by Scott O'Hara.
SOCIAL SHARE CARD GENERATOR