Skip to content

Commit 60153ef

Browse files
authored
Merge pull request #5 from pamelafox/fix-tabs
Fix one more tab
2 parents 83fa617 + dedb956 commit 60153ef

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

axe_playwright_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"

axe_playwright_python/violations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ $id - $description
44
Impact Level: $impact
55
Tags: $tags
66
Elements Affected:
7-
$elements
7+
$elements

tests/test_report.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ color-contrast - Ensures the contrast between foreground and background colors m
55
Impact Level: serious
66
Tags: ['cat.color', 'wcag2aa', 'wcag143']
77
Elements Affected:
8-
8+
99

1010
1) Target: li:nth-child(1) > .metadata
1111
Snippet: <div class="metadata"> Last updated around 44761. </div>
@@ -152,7 +152,7 @@ image-alt - Ensures <img> elements have alternate text or a role of none or pres
152152
Impact Level: critical
153153
Tags: ['cat.text-alternatives', 'wcag2a', 'wcag111', 'section508', 'section508.22.a', 'ACT']
154154
Elements Affected:
155-
155+
156156

157157
1) Target: li:nth-child(1) > .thumbnail
158158
Snippet: <img class="thumbnail" src="http://www.pamelafox.org/static/thumbnail_translationtelephone.png">

tests/test_report_color.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ color-contrast - Ensures the contrast between foreground and background colors m
44
Impact Level: serious
55
Tags: ['cat.color', 'wcag2aa', 'wcag143']
66
Elements Affected:
7-
7+
88

99
1) Target: li:nth-child(1) > .metadata
1010
Snippet: <div class="metadata"> Last updated around 44761. </div>

0 commit comments

Comments
 (0)