Wilco Fiers
Wilco Fiers
When we were working on axe-core 3.0 we imagined we'd have different methods for DOM nodes and virtual DOM nodes. The later would be called with methods ending with `Virtual`....
See: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fencedframe Just putting this here as a placeholder so we keep track of it.
In axe-core 4.5 we stopped failing elements that use fallback roles in the role attribute. However many places in axe-core still assume fallback roles are not allowed. For example many...
To optimise for performance, more and more sites use code that only loads in content when it is scrolled into view. Most tools using axe-core have some mechanism built in...