Prerequisites
Description
The dataset read-only property of the HTMLElement interface provides read/write access to custom data attributes (data-) on elements. It exposes a map of strings (DOMStringMap) with an entry for each data- attribute.
https://html.spec.whatwg.org/multipage/dom.html#dom-dataset-dev
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dataset