Accessibility Violations {{ violations_table|length }}
{% include "django_axe/list_table.html" with node_list=violations_table prefix="violation" %}Incomplete AXE Checks {{ checks_incomplete_details|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.
{% include "django_axe/list_table.html" with node_list=checks_incomplete_table prefix="incomp" %}Inapplicable checks {{ checks_inapplicable_table|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.
{% include "django_axe/list_table.html" with node_list=checks_inapplicable_table prefix="inapplicable" %}