- From: Karl Dubost via GitHub <noreply@w3.org>
- Date: Thu, 19 Mar 2026 01:29:58 +0000
- To: public-svg-issues@w3.org
The current prose of the specification is: https://w3c.github.io/svgwg/svg2-draft/struct.html#:~:text=The-,shadow%20tree%20is%20open,-(inspectable%20by%20script > The shadow tree is open (inspectable by script), but read-only. Any attempt to directly modify the elements, attributes, and other nodes in the shadow tree must throw a NoModificationAllowedError. > **> Within a [use-element shadow tree](https://w3c.github.io/svgwg/svg2-draft/struct.html#TermUseElementShadowTree), ‘[script](https://w3c.github.io/svgwg/svg2-draft/interact.html#ScriptElement)’ elements are inert (do not execute).** > > Previous versions of SVG restricted the contents of the shadow tree to SVG graphics elements. This specification allows any valid SVG document subtree to be cloned. Cloning non-graphical content, however, will not usually have any visible effect. > It has changed since @emilio opening the issue. -- GitHub Notification of comment by karlcow Please view or discuss this issue at https://github.com/w3c/svgwg/issues/876#issuecomment-4086897968 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 19 March 2026 01:29:59 UTC