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

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

Issue 1323073005: Remove Element.offsetParent/offsetTop/offsetLeft/offsetWidth/offsetHeight (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 5 years, 3 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/frame/UseCounter.h » ('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 96fab9767f987f4aa90530410b61aece9220e5ec..2e2bad273e7d410ff4e0bc7602f4df3abf854355 100644
--- a/Source/core/dom/Element.idl
+++ b/Source/core/dom/Element.idl
@@ -100,13 +100,6 @@ enum NativeScrollBehavior { "disable-native-scroll", "perform-before-native-scro
readonly attribute long clientLeft;
readonly attribute long clientWidth;
readonly attribute long clientHeight;
- // http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface
- // FIXME: offset* should only be on HTMLElement. crbug.com/504578
- [DeprecateAs=ElementOffsetParent, PerWorldBindings] readonly attribute Element? offsetParent;
- [DeprecateAs=ElementOffsetTop] readonly attribute long offsetTop;
- [DeprecateAs=ElementOffsetLeft] readonly attribute long offsetLeft;
- [DeprecateAs=ElementOffsetWidth] readonly attribute long offsetWidth;
- [DeprecateAs=ElementOffsetHeight] readonly attribute long offsetHeight;
// Scroll Customization API. See crbug.com/410974 for details.
[RuntimeEnabled=ScrollCustomization] void setApplyScroll(ScrollStateCallback scrollStateCallback, NativeScrollBehavior nativeScrollBehavior);
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698