[svgwg] Issue: Move dataset IDL attribute from SVGElement to Element marked as Needs editing

AmeliaBR has just labeled an issue for https://github.com/w3c/svgwg as "Needs editing":

== Move dataset IDL attribute from SVGElement to Element ==
The current draft of the SVG spec defines `dataset` attribute on the [SVGElement](https://svgwg.org/svg2-draft/single-page.html#types-InterfaceSVGElement) interface while HTML 5 spec defines it on the [HTMLElement](https://html.spec.whatwg.org/multipage/dom.html#elements-in-the-dom) interface.

Is there any particular reason why `dataset` couldn't be defined just once on the `Element` interface like other similar attributes such as `classList`?


See https://github.com/w3c/svgwg/issues/60

Received on Friday, 23 March 2018 22:52:29 UTC