- From: Luke Bjerring via GitHub <sysbot+gh@w3.org>
- Date: Thu, 04 Jul 2019 16:05:58 +0000
- To: public-svg-issues@w3.org
lukebjerring has just created a new issue for https://github.com/w3c/svgwg:
== SVGAElement has a clashing definition of href ==
From https://svgwg.org/svg2-draft/linking.html#InterfaceSVGAElement
SVGAElement includes SVGURIReference;
SVGAElement includes HTMLHyperlinkElementUtils;
Which have definitions
[SameObject] readonly attribute SVGAnimatedString href;
and
[CEReactions] stringifier attribute USVString href;
respectively.
This is being picked up in https://github.com/web-platform-tests/wpt/pull/12231 which is attempting to test for clashing member definitions.
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/709 using your GitHub account
Received on Thursday, 4 July 2019 16:06:12 UTC