Tagged: a11y
Hi,
We got a a11y report according the avia_textblock section tag:
The homepage, productdetail page and many more has parts which are represented with <section>. According to the [MDN definition of a section](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/section): “Sections should always have a heading, with very few exceptions… It should only be used if there isn’t a more specific element to represent it.”
In these cases the wrapper is used solely for styling purposes, meaning a <div> is better suited.
Would it be possible to change the section to a div?
All the best,
Patrick