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