A number of small HTML validation changes have been added:
fixes heading clash between cookie banner and main site content
adds button type attributes
removes a number of unnecessary ARIA roles which were breaking html validation
It introduces an html validation step in the same location as the a11y checking.
We are ignoring warnings relating to "correct" ID attributes, as next inserts some of these
We are also ignoring subresource integrity (SRI) warnings, as we're not using a CDN
This PR adds rudimentary html validation using the cypress html validate plugin.
A number of small HTML validation changes have been added:
It introduces an html validation step in the same location as the a11y checking.
We are ignoring warnings relating to "correct" ID attributes, as next inserts some of these We are also ignoring subresource integrity (SRI) warnings, as we're not using a CDN