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
When we set relatedNodes in aria-required-children-evaluate, we're passing vNodes, not DOM nodes. Axe-core ignores those and so we wend up without related nodes. We should put something in place to prevent this from happening. I'll see if we can just allow vNodes as relatedNodes.
The text was updated successfully, but these errors were encountered:
When we set relatedNodes in
aria-required-children-evaluate
, we're passing vNodes, not DOM nodes. Axe-core ignores those and so we wend up without related nodes. We should put something in place to prevent this from happening. I'll see if we can just allow vNodes as relatedNodes.The text was updated successfully, but these errors were encountered: