mirror of https://github.com/sveltejs/svelte
fix: add `xmlns` attribute to HTMLAttributes type (#16080)
* Add `xmlns` attribute to HTMLAttributes type The `xmlns` attribute is not only allowed on SVG elements, but on all HTML elements. * move to DOMAttributes --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>pull/16097/head
parent
8faa178cd7
commit
8d8fdb8a56
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: move xmlns attribute from SVGAttributes to to DOMAttributes
|
Loading…
Reference in new issue