{% load static %}
| # | Description | Axe rule ID | WCAG | Impact | Count |
|---|---|---|---|---|---|
| {{ violation.index }} | {{ violation.help }} | {{ violation.id }} | {{ violation.wcag }} | {{ violation.impact }} | {{ violation.nodes|length }} |
{{ violation.description }}
{{ violation.impact }}| # | Issue Description | To solve this violation, you need to... |
|---|---|---|
| {{ node.index }} |
Element location
Element source
|
{% if node.fix_summaries %}
{% for fix in node.fix_summaries %}{{ fix.highlight }}{% endfor %}
{% endif %}
{% if violation.related_nodes_any %}
Related node:
{% endif %}
|
| # | Description | Axe rule ID | WCAG | Nodes passed check |
|---|---|---|---|---|
| {{ checks.index }} | {{ checks.help }} | {{ checks.id }} | {{ checks.wcag }} | {{ checks.nodes|length }} |
What 'incomplete' axe checks means?
Incomplete results were aborted and require further testing. This can happen either because of technical restrictions to what the rule can test, or because a javascript error occurred.
Visit axe API Documentation to learn more.
| # | Description | Axe rule ID | WCAG | Nodes with incomplete check |
|---|---|---|---|---|
| {{ checkincomplete.index }} | {{ checkincomplete.help }} | {{ checkincomplete.id }} | {{ checkincomplete.wcag }} | {{ checkincomplete.nodes|length }} |
What 'inapplicable' axe checks means?
The inapplicable array lists all the rules for which no matching elements were found on the page.
Visit axe API Documentation to learn more.
| # | Description | Axe rule ID | WCAG |
|---|---|---|---|
| {{ inapplicable.index }} | {{ inapplicable.help }} | {{ inapplicable.id }} | {{ inapplicable.wcag }} |
| # | Rule ID | Enabled |
|---|---|---|
| {{ index }} | {{ rule }} | {{ enabled }} |