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
Previously, nodes could be handled by their `type`.
In combination with elements by their `tagName`.
This could result in bugs if for example `<root>`, `<comment>`, or
`<text>` or so was used.
Now, `handlers` only supports elements by their tag name, and a new
`nodeHandlers` exists for (custom) nodes.
0 commit comments