link-min-length-4
This rule is deprecated and will be removed in LintHTML v1. Use rule link-label-min-length instead.
A rule inspired by WCAG Technique G91: Providing link text that describes the purpose of a link Report errors if link's text content is less than 4 characters long.
The following patterns are considered violations:
<a>A</a
<a aria-label="A"></a
The following patterns are not considered violations:
<a>A link</a
<a aria-label="A link"></a>