mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Align Element.ScrollIntoView() with the spec.
This also removes the (unused) shadow alias from nsIDOMHTMLElement which used the different calling convention. This resolves #927
This commit is contained in:
parent
83b95f2c5b
commit
14ea8bb121
5 changed files with 56 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue