Re: Scoped SVG styles?

Tab Atkins Jr. wrote:
> Is there a way to just say that <svg:style> is identical to
> <html:style>, except for the namespace?  That would let us drop most
> of the definition, and stay permanently up-to-date.

That'd be nice, but is that feasible given that they have different DOM 
interfaces?  We could have HTML split out the meat of HTMLStyleElement 
into a separate interface that can be mixed in to SVGStyleElement, I guess.

Received on Tuesday, 18 June 2013 06:37:47 UTC