Wilco Fiers

Results 184 issues of 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`....

core
tech debt
deprecation
virtual tree

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.

feat
standards

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...

fix
rules
core
support
commons

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...