domino icon indicating copy to clipboard operation
domino copied to clipboard

Add support for web component features (custom elements and shadow DOM)

Open calebdwilliams opened this issue 4 years ago • 2 comments

domino needs support for web component features like <template>, shadow DOM and custom elements. There is some prior art in this category as @skate/ssr and jsdom support these features. As domino is heavily used in Angular Universal and Angular has options to use native shadow DOM, this should be a supported feature.

calebdwilliams avatar Apr 03 '20 17:04 calebdwilliams

@fgnass, is this something you would be interested in supporting or accepting a PR on? I'd be happy to work on it if I had a bit of a primer on how domino works.

calebdwilliams avatar Apr 09 '20 20:04 calebdwilliams

domino supports the <template> element. Shadow DOM support would need implementing.

cscott avatar Jul 16 '20 16:07 cscott