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

enhancement/issue 154 light DOM children aka HTML web components #155

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

thescientist13
Copy link
Member

@thescientist13 thescientist13 commented Apr 10, 2024

Related Issue

resolves #154

Summary of Changes

  1. Support preservation of nested Light DOM content

TODO

  1. Needs to be recursive
  2. Needs to handle duplicate content
  3. Needs to handle self closing tags
  4. handle all node types
  5. Add test case
  6. Clean up console log / debugging

This is allowed, right? 😅

@thescientist13 thescientist13 added question Further information is requested enhancement Improvement to existing functionality labels Apr 10, 2024
@thescientist13 thescientist13 self-assigned this Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to existing functionality question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Light DOM children / slots (aka HTML Web Components)
1 participant