$ errors.fyi/svelte/a11y_missing_attribute 128 namespaces · 4,025 codes
svelte · svelte/a11y_missing_attribute
a11y_missing_attribute

Accessibility - Missing Attribute

An element is missing an attribute required for accessibility — most commonly an `<img>` without `alt`, an `<a>` without `href`, or an `<iframe>` without `title`. The Svelte compiler's a11y checks surface these at build time so they can be fixed before reaching users of assistive technology.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT