Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(683)

Unified Diff: Source/core/dom/Element.idl

Issue 1189663004: Move Element.dataset to HTMLElement.dataset (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Uploading same patch as PS1 Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/html/HTMLElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.idl
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
index e38862e729d74fe741b7e3ec57e95addfa1c02c4..e7ae5eba6e31fd5299a056d7a1e5bb2d7fdba75f 100644
--- a/Source/core/dom/Element.idl
+++ b/Source/core/dom/Element.idl
@@ -103,11 +103,6 @@
[MeasureAs=ElementOffsetWidth] readonly attribute long offsetWidth;
[MeasureAs=ElementOffsetHeight] readonly attribute long offsetHeight;
- // HTML
- // https://html.spec.whatwg.org/#htmlelement
- // FIXME: dataset should be on HTMLElement. crbug.com/498485
- [SameObject, PerWorldBindings] readonly attribute DOMStringMap dataset;
-
// Non-standard APIs
// https://www.w3.org/Bugs/Public/show_bug.cgi?id=19962
[RaisesException, CustomElementCallbacks, MeasureAs=InsertAdjacentElement] Element insertAdjacentElement(DOMString where, Element element);
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/html/HTMLElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698