-
Notifications
You must be signed in to change notification settings - Fork 65
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
Accessiblity support (like caniuse) #49
Comments
Any reason to even have demos that can't reach 3 without JS? If you can't reach 3 without JS, then you absolutely need JS. |
Yeah, i think its still a good demonstration of the powers of CSS (the point of this project is a showcase of "you can do things without JS that you may not have realized", which allow developers to be inspired by/build off of and learn new concepts. I think this is good for experimentation and learning purposes. It also doesn't mean there isn't a way for it to be fully a11y-compliant necessarily, but it means that we haven't found a way to make it a 3 yet with current browser technologies, which change. I think would counteract the spirit of the project, since the site is not a demo of accessible UI patterns, but of the power of CSS. There's always been an accessibility warning on the site, this would make it more explicit and thus an improvement providing a warning about use in production. |
I like the idea; it definitely hinges on the "you MIGHT" need JS part. And more information is better than none. That said, part of me is afraid people will take even more accessibility shortcuts than they already do. But I think my fears about that have already been expressed elsewhere :) |
Nice @shadeed :) I was thinking it could also open up with more info |
Also a thought, maybe accessibility support should be written out:
With links to relevant content or an explanation of why it can't be accessible |
1-3 rating scale:
1 = no accessibility support
2 = partial support
3 = full support
for each demo
The text was updated successfully, but these errors were encountered: