Re: [svgwg] SVGAElement implements two conflicting interfaces

As the IDL is written currently the SVG one doesn't take precedence. I believe in is invalid WebIDL. Edge for sure breaks when trying to mixin a member that already exists.

The solution here, which will likely happen in the HTML spec is for href to be removed from HTMLHyperlinkElementUtils and put in its own mixin (as SVG) or directly on the interfaces it is used on. Once (or if) that change is made, we should be able to automatically close this one.

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

Received on Tuesday, 3 April 2018 08:02:22 UTC