Re: SVGSVGElement.toDataURL()

On 3/12/13 8:59 AM, Rick wrote:
> On Mon, Mar 11, 2013 at 3:27 PM, Boris Zbarsky <bzbarsky@mit.edu
> <mailto:bzbarsky@mit.edu>> wrote:
>     It seems to me like the right way to handle SVG and HTML wanting to
>     share some DOM bits that really don't belong on Element for whatever
>     reason is to factor out all those bits onto an separate interface
>     that both HTMLElement and SVGElement implement...
>
> If this can be done, it seems the best solution.

It can certainly be done.  It just requires identifying what that shared 
subset should be.

-Boris

Received on Tuesday, 12 March 2013 15:21:28 UTC