Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Distribution broken when using native custom elements and parser generated nodes #245

Closed
sorvell opened this issue Jun 11, 2018 · 1 comment
Assignees

Comments

@sorvell
Copy link
Contributor

sorvell commented Jun 11, 2018

Recently merged #222 introduced an issue with re-distribution when creating shadowRoots during document load.

Support for this was added to interoperate with native custom elements which can create shadowRoot's while the document is parsing. Fixing it looks complicated and instead this change should be rolled back.

Instead a flag can be added to specifically defer native custom element's connection state processing until document load has occurred. Since this may have negative performance impact, the flag should only be used during testing.

@sorvell sorvell self-assigned this Jun 11, 2018
@smalluban
Copy link

@sorvell I am not sure, but it can be related to https://github.com/webcomponents/shadydom/issues/247.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants