-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 #a11y issues #1333
Comments
Thanks for putting this together, Jake! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I would argue a lot of these still apply in later versions of the CMS. For example,
|
Form elements when adding a kitchen sink item do not have any labeled elements at all. That area is, at the moment, unable to be understood by a screen reader because buttons are not labeled and edit fields are also not labeled. I am unable to tell which edit field does not have a label because the ones in the Kitchen sink section of the quick add menu are too numerous to list. |
Describe the bug
To Reproduce
Expected behavior Applicable Versions:
CMS configuration Additional context originally posted: #6061 Tips for solving
|
This PR is a fix for decaporg#1333 (comment) because it changes the background color used by `button` to `grayDark` so that it is accessible.
@erezrokah Can I start working on it? Please assign me :) |
* fix(netlify-cms-ui-default): use grayDark for button This PR is a fix for #1333 (comment) because it changes the background color used by `button` to `grayDark` so that it is accessible. * chore: update AuthenticationPage test snapshot
Hi @imskr, since this issue encapsulates multiple 11ty issues, I would say that it's better if you pick on of these: and comment in the issue, which one you'll be working on. That way, other people can contribute to other parts of the issue. |
I want to work on color contrast issue as mentioned by @jsjoeio |
@imskr I submitted a PR for the one I mentioned but I'm sure there are other color contrast issues you could fix! |
- Do you want to request a feature or report a bug?
Bug
- What is the current behavior?
Netlify CMS fails on a number of accessiblity issues:
- If the current behavior is a bug, please provide the steps to reproduce.
- What is the expected behavior?
- Please mention your versions where applicable.
Netlify CMS version: ^1.0.0
Browser version: Firefox 59.0.2
Node.JS version: v8.9.1
Operating System: MacOS 10.13.4
- Please link or paste your
config.yml
below if applicable.The text was updated successfully, but these errors were encountered: