eps1lon / dom-accessibility-api

Implements https://w3c.github.io/accname/
MIT License
101 stars 29 forks source link

Replace visibility check with `checkVisibility` #1060

Open eps1lon opened 3 months ago

eps1lon commented 3 months ago

See if https://developer.mozilla.org/en-US/docs/Web/API/Element/checkVisibility helps performance. We'd need to polyfill this internally if not available since JSDOM may not implement that method.

Keep in mind that we'd need to run with visibilityCheck but without opacityCheck