diff --git a/docs/index.html b/docs/index.html index 6fb3696..18d8a93 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1189,8 +1189,9 @@
aria-expanded="false" aria-controls="passes" > - axe returned 38 passed axe checks. Expand - details on click + axe returned 38 passed axe + checks. Expand details on + click
@@ -1532,7 +1533,7 @@
aria-expanded="false" aria-controls="incomplete" > - axe returned 4 incomplete checks. See + axe returned 4 incomplete checks. Expand details on click
@@ -1544,12 +1545,18 @@
data-parent="#accordionIncomplete" >
-

What 'incomplete' axe checks means?

+

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. +

- Explanation from axe core documentation: 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.

@@ -1610,8 +1617,8 @@
aria-expanded="false" aria-controls="inapplicable" > - axe returned 35 inapplicable checks. See - details on click + axe returned 35 inapplicable checks. + Expand details on click
@@ -1622,11 +1629,17 @@
data-parent="#accordionInapplicable" >
-

What 'inapplicable' axe checks means?

+

What 'inapplicable' axe checks means?

+

+ The inapplicable array lists all the rules for which no matching + elements were found on the page. +

- Explanation from axe core documentation: The inapplicable array - lists all the rules for which no matching elements were found on the - page. + Visit axe API Documentation + to learn more.