[whatwg/dom] Allow attachShadow on <script> and <style> (Issue #1064)

`<script>` and `<style>` can be made visible and interactive using `display: block;` and `contenteditable` - more details here [https://bjenik.com/hackableeditor/](https://bjenik.com/hackableeditor/). This opens up the ability to enhance that interactivity with syntax highlighting and autocomplete by putting a more advanced editor like monaco in the shadow dom for those tags, which at the moment is prevented by the `attachShadow` allow list.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1064
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1064@github.com>

Received on Sunday, 6 March 2022 03:12:46 UTC