Skip to content

Commit

Permalink
Fix Style for All Passed section
Browse files Browse the repository at this point in the history
  • Loading branch information
lpelypenko committed Dec 24, 2020
1 parent ae45e09 commit 2b53c42
Show file tree
Hide file tree
Showing 13 changed files with 228 additions and 209 deletions.
29 changes: 15 additions & 14 deletions artifacts/accessibilityReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ <h3>
<a href="https:&#x2F;&#x2F;dequeuniversity.com&#x2F;demo&#x2F;mars&#x2F;" target="_blank" class="card-link">https:&#x2F;&#x2F;dequeuniversity.com&#x2F;demo&#x2F;mars&#x2F;</a>
<br />
</div>

</div>
<h5>axe-core found <span class="badge badge-warning">85</span> violations</h5>
<table class="table table-striped table-bordered">
Expand All @@ -106,111 +107,111 @@ <h5>axe-core found <span class="badge badge-warning">85</span> violations</h5>
</thead>
<tbody>
<tr>
<th scope="row"><a href="#1">1</a></th>
<th scope="row"><a href="#1" class="card-link">1</a></th>
<td>Buttons must have discernible text</td>
<td>button-name</td>
<td>WCAG 2.0 Level A</td>
<td>critical</td>
<td>1</td>
</tr>
<tr>
<th scope="row"><a href="#2">2</a></th>
<th scope="row"><a href="#2" class="card-link">2</a></th>
<td>Elements must have sufficient color contrast</td>
<td>color-contrast</td>
<td>WCAG 2.0 Level AA</td>
<td>serious</td>
<td>11</td>
</tr>
<tr>
<th scope="row"><a href="#3">3</a></th>
<th scope="row"><a href="#3" class="card-link">3</a></th>
<td>IDs of active elements must be unique</td>
<td>duplicate-id-active</td>
<td>WCAG 2.0 Level A</td>
<td>serious</td>
<td>1</td>
</tr>
<tr>
<th scope="row"><a href="#4">4</a></th>
<th scope="row"><a href="#4" class="card-link">4</a></th>
<td>id attribute value must be unique</td>
<td>duplicate-id</td>
<td>WCAG 2.0 Level A</td>
<td>minor</td>
<td>10</td>
</tr>
<tr>
<th scope="row"><a href="#5">5</a></th>
<th scope="row"><a href="#5" class="card-link">5</a></th>
<td>Frames must have title attribute</td>
<td>frame-title</td>
<td>WCAG 2.0 Level A</td>
<td>serious</td>
<td>2</td>
</tr>
<tr>
<th scope="row"><a href="#6">6</a></th>
<th scope="row"><a href="#6" class="card-link">6</a></th>
<td>&lt;html&gt; element must have a lang attribute</td>
<td>html-has-lang</td>
<td>WCAG 2.0 Level A</td>
<td>serious</td>
<td>1</td>
</tr>
<tr>
<th scope="row"><a href="#7">7</a></th>
<th scope="row"><a href="#7" class="card-link">7</a></th>
<td>Images must have alternate text</td>
<td>image-alt</td>
<td>WCAG 2.0 Level A</td>
<td>critical</td>
<td>4</td>
</tr>
<tr>
<th scope="row"><a href="#8">8</a></th>
<th scope="row"><a href="#8" class="card-link">8</a></th>
<td>Form elements must have labels</td>
<td>label</td>
<td>WCAG 2.0 Level A</td>
<td>critical</td>
<td>1</td>
</tr>
<tr>
<th scope="row"><a href="#9">9</a></th>
<th scope="row"><a href="#9" class="card-link">9</a></th>
<td>Document must have one main landmark</td>
<td>landmark-one-main</td>
<td>Best practice</td>
<td>moderate</td>
<td>4</td>
</tr>
<tr>
<th scope="row"><a href="#10">10</a></th>
<th scope="row"><a href="#10" class="card-link">10</a></th>
<td>Ensures landmarks are unique</td>
<td>landmark-unique</td>
<td>Best practice</td>
<td>moderate</td>
<td>1</td>
</tr>
<tr>
<th scope="row"><a href="#11">11</a></th>
<th scope="row"><a href="#11" class="card-link">11</a></th>
<td>Links must be distinguished from surrounding text in a way that does not rely on color</td>
<td>link-in-text-block</td>
<td>WCAG 2.0 Level A</td>
<td>serious</td>
<td>1</td>
</tr>
<tr>
<th scope="row"><a href="#12">12</a></th>
<th scope="row"><a href="#12" class="card-link">12</a></th>
<td>Links must have discernible text</td>
<td>link-name</td>
<td>WCAG 2.0 Level A</td>
<td>serious</td>
<td>8</td>
</tr>
<tr>
<th scope="row"><a href="#13">13</a></th>
<th scope="row"><a href="#13" class="card-link">13</a></th>
<td>All page content must be contained by landmarks</td>
<td>region</td>
<td>Best practice</td>
<td>moderate</td>
<td>37</td>
</tr>
<tr>
<th scope="row"><a href="#14">14</a></th>
<th scope="row"><a href="#14" class="card-link">14</a></th>
<td>Elements should not have tabindex greater than zero</td>
<td>tabindex</td>
<td>Best practice</td>
Expand Down
2 changes: 2 additions & 0 deletions artifacts/tcAllPassedOnlyViolations.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
<h3>
AXE Accessibility Results
</h3>
<div class="summarySection">

</div>
<h5>axe-core found <span class="badge badge-success">0</span> violations</h5>
<tbody>
Expand Down
29 changes: 15 additions & 14 deletions artifacts/tcInapplicablePresent.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ <h3>
<a href="https:&#x2F;&#x2F;dequeuniversity.com&#x2F;demo&#x2F;mars&#x2F;" target="_blank" class="card-link">https:&#x2F;&#x2F;dequeuniversity.com&#x2F;demo&#x2F;mars&#x2F;</a>
<br />
</div>

</div>
<h5>axe-core found <span class="badge badge-warning">85</span> violations</h5>
<table class="table table-striped table-bordered">
Expand All @@ -106,111 +107,111 @@ <h5>axe-core found <span class="badge badge-warning">85</span> violations</h5>
</thead>
<tbody>
<tr>
<th scope="row"><a href="#1">1</a></th>
<th scope="row"><a href="#1" class="card-link">1</a></th>
<td>Buttons must have discernible text</td>
<td>button-name</td>
<td>WCAG 2.0 Level A</td>
<td>critical</td>
<td>1</td>
</tr>
<tr>
<th scope="row"><a href="#2">2</a></th>
<th scope="row"><a href="#2" class="card-link">2</a></th>
<td>Elements must have sufficient color contrast</td>
<td>color-contrast</td>
<td>WCAG 2.0 Level AA</td>
<td>serious</td>
<td>11</td>
</tr>
<tr>
<th scope="row"><a href="#3">3</a></th>
<th scope="row"><a href="#3" class="card-link">3</a></th>
<td>IDs of active elements must be unique</td>
<td>duplicate-id-active</td>
<td>WCAG 2.0 Level A</td>
<td>serious</td>
<td>1</td>
</tr>
<tr>
<th scope="row"><a href="#4">4</a></th>
<th scope="row"><a href="#4" class="card-link">4</a></th>
<td>id attribute value must be unique</td>
<td>duplicate-id</td>
<td>WCAG 2.0 Level A</td>
<td>minor</td>
<td>10</td>
</tr>
<tr>
<th scope="row"><a href="#5">5</a></th>
<th scope="row"><a href="#5" class="card-link">5</a></th>
<td>Frames must have title attribute</td>
<td>frame-title</td>
<td>WCAG 2.0 Level A</td>
<td>serious</td>
<td>2</td>
</tr>
<tr>
<th scope="row"><a href="#6">6</a></th>
<th scope="row"><a href="#6" class="card-link">6</a></th>
<td>&lt;html&gt; element must have a lang attribute</td>
<td>html-has-lang</td>
<td>WCAG 2.0 Level A</td>
<td>serious</td>
<td>1</td>
</tr>
<tr>
<th scope="row"><a href="#7">7</a></th>
<th scope="row"><a href="#7" class="card-link">7</a></th>
<td>Images must have alternate text</td>
<td>image-alt</td>
<td>WCAG 2.0 Level A</td>
<td>critical</td>
<td>4</td>
</tr>
<tr>
<th scope="row"><a href="#8">8</a></th>
<th scope="row"><a href="#8" class="card-link">8</a></th>
<td>Form elements must have labels</td>
<td>label</td>
<td>WCAG 2.0 Level A</td>
<td>critical</td>
<td>1</td>
</tr>
<tr>
<th scope="row"><a href="#9">9</a></th>
<th scope="row"><a href="#9" class="card-link">9</a></th>
<td>Document must have one main landmark</td>
<td>landmark-one-main</td>
<td>Best practice</td>
<td>moderate</td>
<td>4</td>
</tr>
<tr>
<th scope="row"><a href="#10">10</a></th>
<th scope="row"><a href="#10" class="card-link">10</a></th>
<td>Ensures landmarks are unique</td>
<td>landmark-unique</td>
<td>Best practice</td>
<td>moderate</td>
<td>1</td>
</tr>
<tr>
<th scope="row"><a href="#11">11</a></th>
<th scope="row"><a href="#11" class="card-link">11</a></th>
<td>Links must be distinguished from surrounding text in a way that does not rely on color</td>
<td>link-in-text-block</td>
<td>WCAG 2.0 Level A</td>
<td>serious</td>
<td>1</td>
</tr>
<tr>
<th scope="row"><a href="#12">12</a></th>
<th scope="row"><a href="#12" class="card-link">12</a></th>
<td>Links must have discernible text</td>
<td>link-name</td>
<td>WCAG 2.0 Level A</td>
<td>serious</td>
<td>8</td>
</tr>
<tr>
<th scope="row"><a href="#13">13</a></th>
<th scope="row"><a href="#13" class="card-link">13</a></th>
<td>All page content must be contained by landmarks</td>
<td>region</td>
<td>Best practice</td>
<td>moderate</td>
<td>37</td>
</tr>
<tr>
<th scope="row"><a href="#14">14</a></th>
<th scope="row"><a href="#14" class="card-link">14</a></th>
<td>Elements should not have tabindex greater than zero</td>
<td>tabindex</td>
<td>Best practice</td>
Expand Down
Loading

0 comments on commit 2b53c42

Please sign in to comment.