summaryrefslogtreecommitdiffstats
path: root/dom/interfaces/html/nsIDOMHTMLElement.idl
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-01-08 17:35:24 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-01-08 17:42:01 +0100
commit814e0bca313611080bd5d26c850023e06af042ab (patch)
tree7a954cca04c3e52c1a5d96314b96fdc909f9507c /dom/interfaces/html/nsIDOMHTMLElement.idl
parent29b9d4496a52e8a98b7ade9c57001126daee5608 (diff)
downloadUXP-814e0bca313611080bd5d26c850023e06af042ab.tar
UXP-814e0bca313611080bd5d26c850023e06af042ab.tar.gz
UXP-814e0bca313611080bd5d26c850023e06af042ab.tar.lz
UXP-814e0bca313611080bd5d26c850023e06af042ab.tar.xz
UXP-814e0bca313611080bd5d26c850023e06af042ab.zip
Align Element.ScrollIntoView() with the spec. (uplift)PM28.3.0_Release
This also removes the (unused) shadow alias from nsIDOMHTMLElement which used the different calling convention. This resolves #927
Diffstat (limited to 'dom/interfaces/html/nsIDOMHTMLElement.idl')
-rw-r--r--dom/interfaces/html/nsIDOMHTMLElement.idl1
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/interfaces/html/nsIDOMHTMLElement.idl b/dom/interfaces/html/nsIDOMHTMLElement.idl
index 63a1f9572..686475f04 100644
--- a/dom/interfaces/html/nsIDOMHTMLElement.idl
+++ b/dom/interfaces/html/nsIDOMHTMLElement.idl
@@ -58,7 +58,6 @@ interface nsIDOMHTMLElement : nsIDOMElement
// CSSOM View
- [optional_argc] void scrollIntoView([optional] in boolean top);
readonly attribute nsIDOMElement offsetParent;
readonly attribute long offsetTop;
readonly attribute long offsetLeft;