[svgwg] Duplicate definitions of SVGPathElement and SVGMarkerElement (#824)

foolip has just created a new issue for https://github.com/w3c/svgwg:

== Duplicate definitions of SVGPathElement and SVGMarkerElement ==
`SVGPathElement` is defined in both the main spec and in SVG Paths:
- https://svgwg.org/svg2-draft/paths.html#InterfaceSVGPathElement
- https://svgwg.org/specs/paths/#InterfaceSVGPathElement

`SVGMarkerElement` is defined in both the main spec and in SVG Markers:
- https://svgwg.org/svg2-draft/painting.html#InterfaceSVGMarkerElement
- https://svgwg.org/specs/markers/#InterfaceSVGMarkerElement

I'm not sure which is newer, but duplicated IDL definitions makes for trouble for tooling interpreting [all of the web platform's IDL](https://www.npmjs.com/package/@webref/idl), which is how I encountered this issue.

Please view or discuss this issue at https://github.com/w3c/svgwg/issues/824 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 12 February 2021 11:27:39 UTC