-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump pa11y-ci from 2.42.0 to 3.0.1 #938
Changes from all commits
111f9ae
507d4e4
461df24
21546bd
13aca9e
ceec615
09dce48
03960a3
cff1e8f
97d0489
c63f475
09fe098
7ac12fb
512013f
dea2af8
75beb3d
7baaeb8
346d914
a15dc28
4e90bc3
af2b834
d271c77
6b5b4d5
6bae88f
3eb80d7
4d93471
3f2b8a0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,17 @@ | |
"--no-sandbox" | ||
] | ||
}, | ||
"reporters": [ | ||
"cli", | ||
["json", { "fileName": "./pa11y-ci-results.json" }] | ||
], | ||
"runners": [ | ||
"axe" | ||
], | ||
"hideElements": "[id*='tarteaucitron'], #TableOfContents, .text-primary, .accordion-button:not(.collapsed), .active, [aria-current], select:disabled, [disabled] label, [disabled] + label, .modal, .bd-example nav, .badge.rounded-pill.bg-info.text-white, a.disabled, .form-check.form-switch, .nav-tabs .nav-item .nav-link.disabled, body > div.position-fixed:last-of-type", | ||
"useIncognitoBrowserContext": false, | ||
"hideElements": "iframe, #text-decoration + p + div a.text-decoration-none, .accordion-collapse, #offcanvas, #offcanvasDark, #offcanvasResponsive, #bdSidebar", | ||
"ignore": [ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. New
|
||
"heading-order", | ||
"scrollable-region-focusable" | ||
"color-contrast" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This rule remove most of the errors raised by |
||
] | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed selectors that became useless due to our new rules/new aXe tool.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this PR will be merged, don't forget to update https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/wiki/Docs-accessibility-issues with the new content + explanation.