Skip to content

Commit

Permalink
Updated example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lpelypenko committed Oct 22, 2020
1 parent 93999fb commit f8a915f
Showing 1 changed file with 27 additions and 14 deletions.
41 changes: 27 additions & 14 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1189,8 +1189,9 @@ <h5 class="mb-0">
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
</button>
</h5>
</div>
Expand Down Expand Up @@ -1532,7 +1533,7 @@ <h5 class="mb-0">
aria-expanded="false"
aria-controls="incomplete"
>
axe returned 4 incomplete checks. See
axe returned 4 incomplete checks. Expand
details on click
</button>
</h5>
Expand All @@ -1544,12 +1545,18 @@ <h5 class="mb-0">
data-parent="#accordionIncomplete"
>
<div class="card-body">
<p>What 'incomplete' axe checks means?</p>
<p><em>What 'incomplete' axe checks means?</em></p>
<p>
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.
</p>
<p>
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.
<a
href="https://www.deque.com/axe/core-documentation/api-documentation/#results-object"
>Visit axe API Documentation</a
>
to learn more.
</p>
<table class="table table-bordered">
<thead>
Expand Down Expand Up @@ -1610,8 +1617,8 @@ <h5 class="mb-0">
aria-expanded="false"
aria-controls="inapplicable"
>
axe returned 35 inapplicable checks. See
details on click
axe returned 35 inapplicable checks.
Expand details on click
</button>
</h5>
</div>
Expand All @@ -1622,11 +1629,17 @@ <h5 class="mb-0">
data-parent="#accordionInapplicable"
>
<div class="card-body">
<p>What 'inapplicable' axe checks means?</p>
<p><em>What 'inapplicable' axe checks means?</em></p>
<p>
The inapplicable array lists all the rules for which no matching
elements were found on the page.
</p>
<p>
Explanation from axe core documentation: The inapplicable array
lists all the rules for which no matching elements were found on the
page.
<a
href="https://www.deque.com/axe/core-documentation/api-documentation/#results-object"
>Visit axe API Documentation</a
>
to learn more.
</p>
<table class="table table-bordered">
<thead>
Expand Down

0 comments on commit f8a915f

Please sign in to comment.