issues
search
ProjectEvergreen
/
wcc
Experimental native Web Components compiler.
https://merry-caramel-524e61.netlify.app
90
stars
7
forks
source link
feature/issue 154 light DOM children aka HTML web components
#155
Closed
thescientist13
closed
1 month ago
thescientist13
commented
7 months ago
Related Issue
resolves #154
Summary of Changes
Support preservation of nested Light DOM content (HTML Web Components) and add test cases
Document HTML Web Components example
TODO
[x] create a sandbox version / validate for standards compliance (this is allowed, right? 😅 )
[x] basic test case
[x] downstream testing
Greenwood test suite -
https://github.com/ProjectEvergreen/greenwood/pull/1284
new greenwood website -
https://github.com/ProjectEvergreen/www.greenwoodjs.dev/pull/94
[x] Clean up console log / debugging
Additional use cases to validate?
[x] Needs to be recursive
[ ] Needs to handle duplicate content - why?
[x] Needs to handle self closing tags
[ ] handle all node types - not sure what else to support...
Related Issue
resolves #154
Summary of Changes
TODO
Additional use cases to validate?