HTML's SVG integration story

Hey,

I've been fixing a few longstanding bugs recently with regards to SVG:

1. Allowing currentScript to return SVGScriptElement:
https://github.com/whatwg/html/commit/6762f878f3080d5c188c3d8a0fcf6ee9ad8b2df4
2. Supporting SVGImageElement in <canvas> and createImageBitmap():
https://github.com/whatwg/html/commit/806874fa426589be159c3c2e8266e00ade80e2e9

Both of these still require work on the SVG side and we should
probably figure out a plan together how to best define SVG script and
image so they reuse the machinery already defined in HTML. If you need
any kind of refactoring to happen on the HTML side we'd be happy to
help.

There's also a proposal to improve the HTML parser to make it easier
to use HTML elements inside SVG which I'd love to get your input on:
https://github.com/whatwg/html/issues/919.

If there's anything else that hasn't been reported yet but needs doing
please let us know, thanks!

Kind regards,


-- 
https://annevankesteren.nl/

Received on Thursday, 24 March 2016 08:33:02 UTC