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
Line 93 here throws in Firefox, because assignedNodes isn't defined here. I think L92 should check that that function exists and otherwise just move on. @dylanb WDYT?
The text was updated successfully, but these errors were encountered:
@WilcoFiers Do you have an example of a page that fails on FF? I would like to validate that what FF is doing is correct before building in this workaround.
This probably crashes on everything except Chrome. Updating the name.
WilcoFiers
changed the title
getFlattenedTree can crash in Firefox with <slot> elements
getFlattenedTree can crash with <slot> elements without shadowDOM support
Jun 27, 2018
axe-core/lib/core/utils/flattened-tree.js
Lines 92 to 98 in f13ad36
Line 93 here throws in Firefox, because
assignedNodes
isn't defined here. I think L92 should check that that function exists and otherwise just move on. @dylanb WDYT?The text was updated successfully, but these errors were encountered: