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
— start of namespace —
next → bind_invalid_target Invalid Bind Target