| 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);
|
|
|