diff --git a/src/instance/base.js b/src/instance/base.js index e8a0805..a246fb6 100644 --- a/src/instance/base.js +++ b/src/instance/base.js @@ -42,6 +42,10 @@ this.parseDeclarations(this.__proto__); // decrement semaphore preparingElements--; + // TODO(sorvell): CE polyfill uses unresolved attribute to simulate + // :unresolved; remove this attribute to be compatible with native + // CE. + this.removeAttribute('unresolved'); // user entry point this.ready(); },