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
I'm not sure how to directly detect whether an object loaded something, but detecting that its pass-through content is displayed can easily be done by just checking that it's children have a position, for example by calling getClientRects() on them. There are probably other ways to do it too.
To do this we'll probably need a new matches method for objects that can filter out objects which show their content.
The text was updated successfully, but these errors were encountered:
The following is from an ACT inapplicable example, axe shouldn't fail this:
I'm not sure how to directly detect whether an object loaded something, but detecting that its pass-through content is displayed can easily be done by just checking that it's children have a position, for example by calling
getClientRects()
on them. There are probably other ways to do it too.To do this we'll probably need a new matches method for objects that can filter out objects which show their content.
The text was updated successfully, but these errors were encountered: