Re: [w3c/webcomponents] How should various document internal references work when SVG is being used in shadow DOM (#179)

On Constructable StyleSheet:
Is it intended to be able to  `adopt` stylesheets from `<style>` tags or `document.stylesheet` (aka shared theme styles not component styles) ? 
If yes, the same way shadow may gain a `shadow.adoptSVGrefs( mySVGnode )` but it's still a pain for a final user (themer) to have to observe mutation and make each shadowDOM recursively to adopt a root theme/svg ...

On `<svg>` : maybe a new primitive ... But you won't make graphists or front-end dev rewrite their svg symbol library in javascript because of "Constructable SVGs"  ^^; (like old dark times where we constructed DOM with loops of `document.createElement() ... setAttributes ... appendChild` )

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/179#issuecomment-432854194

Received on Wednesday, 24 October 2018 22:47:38 UTC