You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug in either pygments or pymdownx causing <a> tags with no href and no text. This appears to occur on a per-page basis when line numbers are used in at least one code block, but not in others. In those other code blocks, there are invisible, zero-size <a> tags with no href attribute and no text.
Search form should have aria-label attribute.
All SVG should have aria-label attribute, this may take some post-hoc editing, or a plugin. There are a LOT of material icons.
Tools
Conformance Notes and Issues
<caption>) 1.3.1<aria-describedby>)<th scope="col">Column Name</th><th scope="row">Row Name</th>element counts) 2.4.4
target="_blank"must announce they open in a new tab via, e.g.,aria-label.navigation.indexeswith no other subitems receive anaria-labelledbyattribute that references a non-existent label. (https://github.com/squidfunk/mkdocs-material/blob/0d11a2d01174a0ab3bec97300c4432da44128253/material/templates/partials/nav-item.html#L125)<a>tags with nohrefand no text. This appears to occur on a per-page basis when line numbers are used in at least one code block, but not in others. In those other code blocks, there are invisible, zero-size<a>tags with nohrefattribute and no text.aria-labelattribute.aria-labelattribute, this may take some post-hoc editing, or a plugin. There are a LOT of material icons.Invisible Elements
Elements that need to be invisible for aesthetics for sighted users can be made "invisible" using, e.g., https://stackoverflow.com/a/19758620 and https://webaim.org/techniques/css/invisiblecontent/
Captions in MkDocs
Captions using
pwmdownx.blocks.caption.