Skip to content

Commit

Permalink
Merge pull request #35 from lpelypenko/fix-axe-violations-2
Browse files Browse the repository at this point in the history
fix link color violation and incorrect tbody
  • Loading branch information
lpelypenko authored Aug 21, 2024
2 parents 8b8152b + 4a5a2e9 commit 423554a
Show file tree
Hide file tree
Showing 13 changed files with 204 additions and 2,765 deletions.
3 changes: 3 additions & 0 deletions artifacts/accessibilityReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<style>
.card-header .btn-link {
color: #2557a7;
}
.violationCard {
width: 100%;
margin-bottom: 1rem;
Expand Down
3 changes: 3 additions & 0 deletions artifacts/tcAllPassedOnlyViolations.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<style>
.card-header .btn-link {
color: #2557a7;
}
.violationCard {
width: 100%;
margin-bottom: 1rem;
Expand Down
77 changes: 3 additions & 74 deletions artifacts/tcInapplicablePresent.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions artifacts/tcIncludingCustomSummary.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<style>
.card-header .btn-link {
color: #2557a7;
}
.violationCard {
width: 100%;
margin-bottom: 1rem;
Expand Down
3 changes: 3 additions & 0 deletions artifacts/tcOnlyPasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<style>
.card-header .btn-link {
color: #2557a7;
}
.violationCard {
width: 100%;
margin-bottom: 1rem;
Expand Down
40 changes: 3 additions & 37 deletions artifacts/tcPassesAndViolations.html

Large diffs are not rendered by default.

43 changes: 3 additions & 40 deletions artifacts/tcWithTheKey.html

Large diffs are not rendered by default.

74 changes: 3 additions & 71 deletions artifacts/tsAllOptionalParametersPresent.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions artifacts/urlIsNotPassed.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<style>
.card-header .btn-link {
color: #2557a7;
}
.violationCard {
width: 100%;
margin-bottom: 1rem;
Expand Down
164 changes: 3 additions & 161 deletions docs/index.html

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions src/util/template/pageTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<style>
.card-header .btn-link {
color: #2557a7;
}
.violationCard {
width: 100%;
margin-bottom: 1rem;
Expand Down Expand Up @@ -256,7 +259,6 @@ <h3>Failed</h3>
<td>{{nodes}}</td>
</tr>
</tbody>
{{/checksPassed}}
</table>
{{/checksPassed.length}}
</div>
Expand Down Expand Up @@ -320,8 +322,9 @@ <h3>Failed</h3>
<td>{{wcag}}</td>
<td>{{nodes}}</td>
</tr>
{{/checksPassed}}
{{/checksIncomplete}}
</tbody>
{{/checksIncomplete}}
</table>
{{/checksIncomplete.length}}
</div>
Expand Down Expand Up @@ -382,8 +385,8 @@ <h3>Failed</h3>
<td>{{id}}</td>
<td>{{wcag}}</td>
</tr>
{{/checksInapplicable}}
</tbody>
{{/checksInapplicable}}
</table>
{{/checksInapplicable.length}}
</div>
Expand Down Expand Up @@ -429,8 +432,8 @@ <h3>Failed</h3>
<td>{{rule}}</td>
<td>{{enabled}}</td>
</tr>
{{/rules}}
</tbody>
{{/rules}}
</table>
{{/rules.length}}
</div>
Expand Down
43 changes: 3 additions & 40 deletions temp/tcPassesViolationsIncomplete.html

Large diffs are not rendered by default.

2,502 changes: 164 additions & 2,338 deletions test/__snapshots__/index.test.ts.snap

Large diffs are not rendered by default.

0 comments on commit 423554a

Please sign in to comment.