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

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

Open
wants to merge 5 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. create a sandbox version / validate for standards compliance (this is allowed, right? 😅 )
  2. basic test case
  3. downstream testing
  4. Clean up console log / debugging

Additional use cases to validate?

  1. Needs to be recursive
  2. Needs to handle duplicate content
  3. Needs to handle self closing tags
  4. handle all node types

@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
@thescientist13 thescientist13 force-pushed the enhancement/issue-154-light-dom-slots-aka-html-web-components branch from a7f537f to 027034c Compare September 28, 2024 00:07
@thescientist13 thescientist13 marked this pull request as ready for review September 28, 2024 01:05
@thescientist13 thescientist13 added feature New feature or request and removed enhancement Improvement to existing functionality labels Sep 28, 2024
@thescientist13 thescientist13 changed the title enhancement/issue 154 light DOM children aka HTML web components feature/issue 154 light DOM children aka HTML web components Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.15.0 feature New feature or request question Further information is requested
Projects
Development

Successfully merging this pull request may close these issues.

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