mirror of https://github.com/sveltejs/svelte
in v2, don't parse for interpolations in non-root style elements (#1339)
parent
bdb348e590
commit
b7145ffaee
@ -0,0 +1,4 @@
|
||||
<div>
|
||||
<style>div { color: red; }</style>
|
||||
<script>alert('<>');</script>
|
||||
</div>
|
Loading…
Reference in new issue