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

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

== 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 Monday, 11 July 2016 18:13:02 UTC