We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to the previous events related to pa11y-ci execution, one issue was masked coming from 5.0.2.
If I modify build/.pa11yci.json to set the concurrency to 1, I can see the following error into pa11y-ci-results.json:
build/.pa11yci.json
pa11y-ci-results.json
"http://localhost:9001/docs/5.0/components/badge/": [ { "code": "color-contrast", "type": "error", "typeCode": 1, "message": "Elements must have sufficient color contrast (https://dequeuniversity.com/rules/axe/3.5/color-contrast?application=axeAPI)", "context": "<span class=\"position-absolute top-0 start-100 translate-middle badge rounded-pill bg-info text-white\">\n 99+\n <span class=\"visua...</span>", "selector": "html > body > div:nth-child(6) > main > div:nth-child(3) > div:nth-child(16) > a > span:nth-child(3)", "runner": "axe", "runnerExtras": { "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds", "impact": "serious", "help": "Elements must have sufficient color contrast", "helpUrl": "https://dequeuniversity.com/rules/axe/3.5/color-contrast?application=axeAPI" } } ],
The issue is visible here: https://boosted.orange.com/docs/5.0/components/badge/#positioned
This error should be hidden or fixed.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
julien-deramond
No branches or pull requests
Due to the previous events related to pa11y-ci execution, one issue was masked coming from 5.0.2.
If I modify
build/.pa11yci.json
to set the concurrency to 1, I can see the following error intopa11y-ci-results.json
:The issue is visible here: https://boosted.orange.com/docs/5.0/components/badge/#positioned
This error should be hidden or fixed.
The text was updated successfully, but these errors were encountered: