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

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

Issue 1159623015: Move Element.style to HTMLElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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
Index: Source/core/dom/Element.idl
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
index 15b035e41c1beb30438cd15e18b7205a5a81477a..57819d97644cbb6721268691e230e6e143fe9c1a 100644
--- a/Source/core/dom/Element.idl
+++ b/Source/core/dom/Element.idl
@@ -103,12 +103,6 @@
[MeasureAs=ElementOffsetWidth] readonly attribute long offsetWidth;
[MeasureAs=ElementOffsetHeight] readonly attribute long offsetHeight;
- // CSS Object Model (CSSOM)
- // http://dev.w3.org/csswg/cssom/#the-elementcssinlinestyle-interface
- // FIXME: style should be on HTMLElement and SVGElement. crbug.com/497376
- // FIXME: style should have [PutForwards=cssText].
- [SameObject, PerWorldBindings] readonly attribute CSSStyleDeclaration style;
-
// HTML
// https://html.spec.whatwg.org/#htmlelement
// FIXME: dataset, focus() and blur() should be on HTMLElement. crbug.com/497274

Powered by Google App Engine
This is Rietveld 408576698