I have a section
that contains a form only and doesn't need a heading due to my website structure.
<section>
<form>...</form>
</section>
W3C validator gives me this warning:
Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections.
What is a valid workaround for this? Should I add a transparent header or get rid of the section
tag at all? Any other ideas?