Skip to content
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.

Consider allowing light DOM and shadow DOM wrappers separately #2

Open
treshugart opened this issue Nov 20, 2016 · 1 comment
Open

Comments

@treshugart
Copy link
Member

Currently there's only mount(). There might be use cases for:

  • light() - Only traverses light DOM
  • shadow() - Current impl of mount(). Uses shadowRoot, but does not descend into descendant components contained in the shadow root (only sees their light DOM).
  • shadow({ deep: true }) traverses child shadow roots all the way down
@treshugart
Copy link
Member Author

This might cover #18 re shadow({ deep: true }).

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

No branches or pull requests

1 participant