- From: Benedikt Jenik <notifications@github.com>
- Date: Sat, 05 Mar 2022 19:12:34 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 6 March 2022 03:12:46 UTC
`<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