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

WordPress Playground Demo: There is a form element that does not have a label #615

Closed
Tracked by #612
danielbachhuber opened this issue Jul 31, 2023 · 2 comments · Fixed by WordPress/wporg-wasm#11
Assignees

Comments

@danielbachhuber
Copy link
Member

No description provided.

@jonathanbossenger
Copy link
Collaborator

form

Element:

<input type="text" autocomplete="off" class="wpplayground-url-bar__input" value="">

According to axe DevTools, this problem can be solved by fixing at least one (1) of the following issues:

  • Form element does not have an implicit (wrapped)
  • Form element does not have an explicit
  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute
  • Element has no placeholder attribute
  • Element's default semantics were not overridden with role="none" or role="presentation"

@dmsnell
Copy link
Member

dmsnell commented Aug 4, 2023

@jonathanbossenger I don't think this content is generated from within this repository, but I'm not sure from where it is. I think we need to find where the code is for the developer.wordpress.org/playground/demo is and then address the issues there.

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

Successfully merging a pull request may close this issue.

4 participants