files/en-us/web/css/guides/cssom_view/index.md
The CSSOM view module lets you manipulate the visual view of a document, including getting the position of element layout boxes, obtaining the width or height of the viewport through script, and also scrolling an element.
For the JavaScript API defined by this module, see the CSSOM view API documentation.
{{Specifications}}