Skip to content

Commit

Permalink
Merge pull request #34 from lpelypenko/fix-axe-violations
Browse files Browse the repository at this point in the history
fix axe violations
  • Loading branch information
lpelypenko authored Aug 21, 2024
2 parents 2db17c2 + c8f107f commit 8b8152b
Show file tree
Hide file tree
Showing 14 changed files with 5,987 additions and 2,328 deletions.
277 changes: 145 additions & 132 deletions artifacts/accessibilityReport.html

Large diffs are not rendered by default.

25 changes: 19 additions & 6 deletions artifacts/tcAllPassedOnlyViolations.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@
display: flex;
justify-content: space-between;
align-items: start;
font-weight: 500;
line-height: 1.2;
}
.card-title {
font-size: 1.25rem;
}
.violationCardTitleItem {
font-size: 1rem;
font-weight: 500;
}
.card-text {
font-size: 0.95rem;
font-weight: 300;
}
.learnMore {
margin-bottom: 0.75rem;
Expand All @@ -23,7 +36,7 @@
color: #2557a7;
}
.violationNode {
font-size: 0.75rem;
font-size: 0.85rem;
}
.wrapBreakWord {
word-break: break-word;
Expand Down Expand Up @@ -75,14 +88,14 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
<title>Axe-core® Accessibility Results</title>
</head>
<body>
<main role="main">
<div style="padding: 2rem">
<h3>
<h1>
Axe-core® Accessibility Results
</h3>
</h1>
<div class="summarySection">
</div>
<h5>axe-core found <span class="badge badge-success">0</span> violations</h5>
<h2>axe-core found <span class="badge badge-success">0</span> violations</h2>
<tbody>
</tbody>
</table>
Expand All @@ -91,5 +104,5 @@ <h5>axe-core found <span class="badge badge-success">0</span> violations</h5>
<script>
hljs.initHighlightingOnLoad();
</script>
</body>
</main>
</html>
289 changes: 151 additions & 138 deletions artifacts/tcInapplicablePresent.html

Large diffs are not rendered by default.

277 changes: 145 additions & 132 deletions artifacts/tcIncludingCustomSummary.html

Large diffs are not rendered by default.

37 changes: 25 additions & 12 deletions artifacts/tcOnlyPasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@
display: flex;
justify-content: space-between;
align-items: start;
font-weight: 500;
line-height: 1.2;
}
.card-title {
font-size: 1.25rem;
}
.violationCardTitleItem {
font-size: 1rem;
font-weight: 500;
}
.card-text {
font-size: 0.95rem;
font-weight: 300;
}
.learnMore {
margin-bottom: 0.75rem;
Expand All @@ -23,7 +36,7 @@
color: #2557a7;
}
.violationNode {
font-size: 0.75rem;
font-size: 0.85rem;
}
.wrapBreakWord {
word-break: break-word;
Expand Down Expand Up @@ -75,26 +88,26 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
<title>Axe-core® Accessibility Results</title>
</head>
<body>
<main role="main">
<div style="padding: 2rem">
<h3>
<h1>
Axe-core® Accessibility Results
</h3>
</h1>
<div class="summarySection">
<div class="summary">
Page URL:
<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-success">0</span> violations</h5>
<h2>axe-core found <span class="badge badge-success">0</span> violations</h2>
<tbody>
</tbody>
</table>
<div id="accordionPasses">
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<p class="mb-0">
<button
class="btn btn-link"
data-toggle="collapse"
Expand All @@ -105,7 +118,7 @@ <h5 class="mb-0">
axe returned 0 passed axe
checks
</button>
</h5>
</p>
</div>
<div
id="passes"
Expand All @@ -121,7 +134,7 @@ <h5 class="mb-0">
<div id="accordionIncomplete">
<div class="card">
<div class="card-header" id="headingTwo">
<h5 class="mb-0">
<p class="mb-0">
<button
class="btn btn-link"
data-toggle="collapse"
Expand All @@ -132,7 +145,7 @@ <h5 class="mb-0">
axe returned 0 incomplete checks. Expand
details on click
</button>
</h5>
</p>
</div>
<div
id="incomplete"
Expand Down Expand Up @@ -161,7 +174,7 @@ <h5 class="mb-0">
<div id="accordionInapplicable">
<div class="card">
<div class="card-header" id="headingThree">
<h5 class="mb-0">
<p class="mb-0">
<button
class="btn btn-link"
data-toggle="collapse"
Expand All @@ -172,7 +185,7 @@ <h5 class="mb-0">
axe returned 0 inapplicable checks.
Expand details on click
</button>
</h5>
</p>
</div>
<div
id="inapplicable"
Expand Down Expand Up @@ -202,5 +215,5 @@ <h5 class="mb-0">
<script>
hljs.initHighlightingOnLoad();
</script>
</body>
</main>
</html>
Loading

0 comments on commit 8b8152b

Please sign in to comment.