
Loading…
Polymer.dom can call some shady dom code when running shadow dom #2341
Owner
sorvell
commented
Owner
rictic
commented
Running tests
Owner
rictic
commented
The tests that were failing before are passing now. I'll do a full run and merge this tonight if all's well.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, the dom mutation methods call shady dom code paths. Instead they should be routed to the native dom methods:
appendChild,insertBefore,removeChild,replaceChild,cloneNode.