Open
Description
<script>
and <style>
can be made visible and interactive using display: block;
and contenteditable
- more details here https://bjenik.com/hackableeditor/. This request 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.