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
Motivation: This will eventually be broken when core-js is upgraded for axe-core via Babel
axe-core version: 4.3.3
axe-webdriver, extension or other integration version: n/a
Browser and Assistive Technology versions
For Tooling issues:
- Node version: 16
- Platform: Mac
Additional info
There are a few other references to children.forEach from the internal VirtualNode class. These treat children as actual arrays, and not the "array-like" HTMLCollection.
The text was updated successfully, but these errors were encountered:
Product: axe-core
Expectation: Element.children does not use forEach directly
Actual: Element.children is relying on incorrect polyfill (fixed in core-js here)
Offending code is here
Motivation: This will eventually be broken when core-js is upgraded for axe-core via Babel
Additional info
There are a few other references to
children.forEach
from the internal VirtualNode class. These treatchildren
as actual arrays, and not the "array-like" HTMLCollection.The text was updated successfully, but these errors were encountered: