You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably due to the peer dependency that makes also a bump from pa11y ~6.1.0 to ^6.2.3 (to analyze).
It can be reproduced locally too by running:
$ npm ci
$ npm run dist
$ npm run release-sri
$ npm run docs-build
$ npm run docs-accessibility
Errors in http://localhost:9001/docs/5.3/forms/checks-radios/:
• ARIA hidden element must not contain focusable elements
(https://dequeuniversity.com/rules/axe/4.2/aria-hidden-focus?application=axeAPI)
(html > body > div:nth-child(6) > main > div:nth-child(3) >
div:nth-child(65) > div:nth-child(1) > form > fieldset)
<fieldset class="star-rating" disabled="" aria-hidden="true"> <legend
class="visually-hi...</fieldset>
✘ 131/132 URLs passed
ERROR: "docs-pa11y" exited with 2.
Error: Process completed with exit code 1.
Prerequisites
Describe the issue
Since pa11y-ci has been bumped from 3.0.2 to 3.1.0, the accessibility job fails (see https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/actions/runs/6969221673/job/18964696038?pr=2385).
This is probably due to the peer dependency that makes also a bump from pa11y
~6.1.0
to^6.2.3
(to analyze).It can be reproduced locally too by running:
The aim of this issue is to fix either the use case or to tell pa11y not to scan the use cases (by modifying
.pa11y-ci.json
) which corresponds to https://boosted.netlify.app/docs/5.3/forms/checks-radios/#disabled-2.Note: 888db1e hid temporarily this use case to continue working on the dark mode:
fieldset.star-rating[disabled]
.What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
Chrome, Firefox
What version of Boosted are you using?
main (v5.3.3)
The text was updated successfully, but these errors were encountered: