Pattern: Malformed attribute value
Issue: -
Enforce that attributes important for accessibility have a valid value. For example, href
should not be empty, '#'
, or javascript:
.
<!-- A11y: '' is not a valid href attribute -->
<a href=''>invalid</a>