You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using a foreign namespace, svelte is detecting some elements as SVG which changes is handling of the elements including lower casing the attributes. Expected behaviour would be to skip special SVG handling when in a foreign namespace.
This has hit svelte-nodegui which has an element called 'view' which is triggering svelte to place it in the SVG namespace and force attributes to match SVG case ( nodegui/svelte-nodegui#43 )
Describe the bug
When using a foreign namespace, svelte is detecting some elements as SVG which changes is handling of the elements including lower casing the attributes. Expected behaviour would be to skip special SVG handling when in a foreign namespace.
This has hit
svelte-nodegui
which has an element called 'view' which is triggering svelte to place it in the SVG namespace and force attributes to match SVG case ( nodegui/svelte-nodegui#43 )To Reproduce
REPL: https://svelte.dev/repl/a64f21f99f3d48de992a731a76818c32?version=3.37.0
Expected behavior
all elements should be treated as foreign namespace (unless they have an xmlns attribute)
Severity
This is blocking users of svelte-nodegui from using certain attributes like
readOnly
andwordWrap
The text was updated successfully, but these errors were encountered: