You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
ALT text in an image
aria-* tokens
<label for> and form field combinations
ids referenced by aria-labelledby, describedby, aria-controls, aria-errormessage,
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.
The text was updated successfully, but these errors were encountered:
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:
<label for>
and form field combinationsI 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)<div>
or<span>
elementswhen the setting is set to check hidden content.
The text was updated successfully, but these errors were encountered: