crysalead-js / dom-layer

Virtual DOM implementation.
MIT License
30 stars 1 forks source link

tspan #48

Closed ghost closed 9 years ago

ghost commented 9 years ago

Are tspans supported and working?

Seems like there could be in issue if some SVG elements get created inside a

tag. They will be initialized in the wrong namespace (and will not display). Example if you getting the parent namespace...

Also study this: https://github.com/facebook/react/issues/3972

jails commented 9 years ago

I did this library because I don't share the React coding philosophy. So I'm not really interested to waste my time on it. So better to open here issues which actually exists in dom-layer https://jsfiddle.net/e8cL2bfc/