Re: [whatwg/dom] Define dataset as a mixin for HTMLElement and SVGElement (#280)

Yeah I guess the reasoning in your last comment makes sense.

So in terms of HTML changes, I'm thinking, create a new ElementDataset mixin in the section #embedding-custom-non-visible-data-with-the-data-*-attributes, move `[SameObject] readonly attribute DOMStringMap dataset;` there, and then in the HTMLElement definition, add `implements ElementDataset` like we already have for `implements ElementContentEditable`.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/280#issuecomment-233644240

Received on Tuesday, 19 July 2016 14:09:05 UTC