does vanjs support foreignObject? #381
kangaroolab
started this conversation in
General
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.
0 replies
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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