isso
isso copied to clipboard
W3C Validation is NOK
Hello,
The html code from isso is unfortunately not validated by the w3c validator at 2 locations :
1 :
<section class="auth-section">
Warning : Section lacks heading. Consider using h2
-h6
elements to add identifying headings to all sections.
2 :
<div role="meta" class="isso-comment-header">
Error : Bad value meta
for attribute role
on element div.
Feel free to fix those, but as this is purely cosmetic, I'm going to close this issue.
I would suggest reopening this issue since it isn't a purely cosmetic thing. When optimizing web pages, things like role="meta"
will fail, for example, in the Lighthouse checks of the accessibility category because it isn't a correct ARIA role.