partial interface Element
{
DOMRectList getClientRects();
[NewObject] DOMRect getBoundingClientRect();
void scrollIntoView(optional (boolean or ScrollIntoViewOptions) arg);
void scroll(optional ScrollToOptions options);
void scroll(unrestricted double x, unrestricted double y);
void scrollTo(optional ScrollToOptions options);
void scrollTo(unrestricted double x, unrestricted double y);
void scrollBy(optional ScrollToOptions options);
void scrollBy(unrestricted double x, unrestricted double y);
attribute unrestricted double scrollTop;
attribute unrestricted double scrollLeft;
readonlyattribute long scrollWidth;
readonlyattribute long scrollHeight;
readonlyattribute long clientTop;
readonlyattribute long clientLeft;
readonlyattribute long clientWidth;
readonlyattribute long clientHeight;
};
};
Implementation status
Number of constants in JS interface: none Number of attributes in JS interface: 25/25 Number of functions in JS interface: 41/41
Function
Implementation status
hasAttributes
Complete
getAttributeNames
Dummy
getAttribute
Complete
getAttributeNS
Dummy
setAttribute
Complete
setAttributeNS
Complete
removeAttribute
Complete
removeAttributeNS
Complete
hasAttribute
Complete
hasAttributeNS
Complete
getAttributeNode
Complete
getAttributeNodeNS
Dummy
setAttributeNode
Complete
setAttributeNodeNS
Dummy
removeAttributeNode
Dummy
attachShadow
Dummy
closest
Dummy
matches
Complete
webkitMatchesSelector
Complete
getElementsByTagName
Complete
getElementsByTagNameNS
Dummy
getElementsByClassName
Complete
insertAdjacentElement
Complete
insertAdjacentText
Dummy
prepend
Dummy
append
Dummy
querySelector
Complete
querySelectorAll
Complete
before
Complete
after
Complete
replaceWith
Complete
remove
Complete
getClientRects
Unknown/Unspecified
getBoundingClientRect
Complete
scrollIntoView
Unknown/Unspecified
scroll
Unknown/Unspecified
scroll
Unknown/Unspecified
scrollTo
Unknown/Unspecified
scrollTo
Unknown/Unspecified
scrollBy
Unknown/Unspecified
scrollBy
Unknown/Unspecified
Browser & Device compatibility
Device type
Support Status
Desktop PC browsers
Yes
HBBTV 1.5 devices
...
HBBTV 2.0.x devices
Yes
Notes
none
This page has been generated automatically from source code by the CoyoteBrowser InfoTool on Tue Jan 05 16:54:08 2021
. Some design elements from MDN are used under CC-BY-SA license from "Mozilla Contributors".