Skip to content
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

Incorrect value for 'autocomplete' attribute in graphiql-explore plugin #96

Open
jair1823 opened this issue Mar 23, 2023 · 0 comments
Open

Comments

@jair1823
Copy link

Description

I ran the IBM Equal Accessibility Checker tool on my website and it identified an accessibility error in the graphiql-explore plugin. Specifically, the 'autocomplete' attribute has an incorrect value.

According to the W3C accessibility guidelines, the 'autocomplete' attribute should be set to 'off' for inputs that are not intended to be autocompleted. However, the current value in the graphiql-explore plugin is not compliant with this guideline.

I believe that this error is preventing some users from being able to interact with this feature of the website. Therefore, I would like to request that the 'autocomplete' attribute in the graphiql-explore plugin be updated to the correct value.

Steps to Reproduce

  • Navigate to the graphiql-explore plugin
  • Inspect the input fields for the 'autocomplete' attribute
  • Observe that the value is incorrect

Expected Results

The 'autocomplete' attribute in the graphiql-explore plugin should have the correct value according to the W3C accessibility guidelines.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant