-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
docs - Which accessibility standard is Bootstrap 4 following? WCAG 2.0 A, AA or AAA? #22406
Comments
https://www.w3.org/TR/WCAG20/#guidelines
Bootstrap is a frame work. It makes it possible to create compliant websites, but compliance is still up to the developer. It also allows you to create a website that is very much not in compliance. |
we strive towards making interactive controls/widgets expose all the correct roles/values/state properties (to satisfy, say, 4.1.2), to make things works with keyboard (2.1.1). Some of the default colours / their combinations do not meet color contrast requirements (so would fail 1.4.3 / AA). but beyond that, as @bkdotcom noted, this is simply a framework. a set of tools. still up to the developer to make sure what they're building WITH it meets accessibility requirements. but for the most part (barring bugs of course), it should be at least feasible to use vanilla bootstrap and (provided you know what you're doing) build something A or even AA (depending on use of colours) compliant. |
@patrickhlauke |
We are using Bootstrap 4 to build public facing application and the key requirement is that the site must meet WCAG 2.0 AA compliant.
Just want to know which accessibility standard is Bootstrap 4 following. WCAG 2.0 A, AA or AAA?
It is better to clarify it in the documentation.
Thanks
The text was updated successfully, but these errors were encountered: