Pattern: Missing attribute content
Issue: -
Enforce that heading elements (h1
, h2
, etc.) and anchors have content and that the content is accessible to screen readers.
<!-- A11y: <a> element should have child content -->
<a href='/foo'></a>
<!-- A11y: <h1> element should have child content -->
<h1></h1>