Re: [svgwg] Add advice on how to handle className conflict in DOM?

> Since SVGElement.className is deprecated. It would be nice if we 
could reverse the order of that and defer to Element.className if it 
exists.

That wouldn't be backwards compatible, and doesn't get at the main 
issue: should implementers move their existing HTMLElement.classname 
implementations to be part of the core Element interface, or no?  If 
we're saying they should, then SVGElement.classname isn't just 
deprecated, it's obsolete & any old SVG script references to it will 
be broken.

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at 
https://github.com/w3c/svgwg/issues/298#issuecomment-266075951 using 
your GitHub account

Received on Friday, 9 December 2016 17:46:52 UTC