Nu Html Checker shows lots of errors:
An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
<img src=/icons/chevron-right.svg class=book-icon>
I've fixed that by adding alt="+" to the chevron code of menu-filetree.html, but the issue may happen with the book logo and translations, thus it may be better to fix in the icon partial, if you thick that the issue is serious.
Nu Html Checker shows lots of errors:
An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
<img src=/icons/chevron-right.svg class=book-icon>I've fixed that by adding
alt="+"to the chevron code of menu-filetree.html, but the issue may happen with the book logo and translations, thus it may be better to fix in the icon partial, if you thick that the issue is serious.