Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with shadow dom elements #10

Open
rjaponte opened this issue Jul 9, 2019 · 0 comments
Open

Issue with shadow dom elements #10

rjaponte opened this issue Jul 9, 2019 · 0 comments

Comments

@rjaponte
Copy link
Collaborator

rjaponte commented Jul 9, 2019

With how shadow dom elements are in a separate scope that requires knowing the parent element has a shadowRoot there is a gap in covering this use case with the prototyper. To resolve this issue there would have to be a way to detect that an element has a shadowRoot with elements that need to be converted.

The hardest part is how some elements' shadowRoot uses assigned elements to tie elements that are siblings of the shadowRoot for said element.

A view would be something like the following:

app-element
--shadowRoot
----div
------section.nav(assigned)
--section.nav
----ul
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant