does vanjs support foreignObject? #381
Replies: 4 comments 2 replies
-
here is example from https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject |
Beta Was this translation helpful? Give feedback.
-
which version of vanjs you used? with my version, I got following:
with your version, I got the right HTML tag with big "O". my version is https://cdn.jsdelivr.net/gh/vanjs-org/van/public/van-1.5.2.nomodule.min.js. is there a bug? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried and it returns outerHTML as
<foreignobject></foreignobject>
. Should it be with capital "O" like<foreignObject></foreignObject>
?Beta Was this translation helpful? Give feedback.
All reactions