@jmcelhaney Yes, I understand they are false positives and that the proper labels appear after the forms are dynamically generated. I mentioned that in the original post.
I’m suggesting a possible solution to get around that however. Using the aria-busy
attribute should help alleviate this false positive, by not checking for those attributes until aria-busy
is false
(When the forms finish dynamically loading)