{{ checks.help }} {% comment %} Failed {% endcomment %}

{{ checks.index }}.{{ checks.help }} Learn more
{{ checks.id }} {{ checks.wcag }}
{{ checks.description }} {{ checks.impact }}
Issue Tags: {% for tag in checks.tags %} {{ tag }} {% endfor %}
{% if checks.nodes %} {% for node in checks.nodes %} {% endfor %}
# Issue Description To solve this violation, you need to...
{{ node.index }}

Element location

{{node.target_nodes}}

Element source

{{node.html}}
{% if node.fix_summaries %}
{% for fix in node.fix_summaries %} {{ fix.highlight }}
    {% for content in fix.list %}
  • {{ content }}
  • {% endfor %}
{% endfor %}
{% endif %} {% if checks.related_nodes_any %}

Related node:

{{checks.related_nodes_any}}
{% endif %}
{% endif %}