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

Provide a setting to evaluate hidden content #118

Open
DavidMacDonald opened this issue Mar 26, 2020 · 0 comments
Open

Provide a setting to evaluate hidden content #118

DavidMacDonald opened this issue Mar 26, 2020 · 0 comments

Comments

@DavidMacDonald
Copy link

DavidMacDonald commented Mar 26, 2020

Which will become visible at some point (Modal, drop down, popups, etc.)

I bet there is a certain group of common elements that REACT would not populate. For instance, I doubt it would inject or mess with the following:

  1. ALT text in an image
  2. aria-* tokens
  3. <label for> and form field combinations
  4. ids referenced by aria-labelledby, describedby, aria-controls, aria-errormessage,
  5. etc...

I think there are a number of things that could be safely evaluated when they are hidden. It would be great to have that setting to evaluate hidden content back... and just leave out high risk elements such as:

  •  <a ...></a> (commonly injected by REACT)
  • empty <div> or <span> elements
  • etc...

when the setting is set to check hidden content. 

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