CSSOM view
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.
Reference
Events
Interfaces
The following interfaces are not defined by this module but add some extensions.
Guides
- Coordinate systems
-
A guide to the coordinate systems used to specify the position of a location in a display context, whether that context is a window on a monitor, a viewport on a mobile device, or a position on a sheet of paper when printing.
Related concepts
- CSSOM glossary term
Specifications
Specification |
---|
CSSOM View Module |
See also
- CSS Object Model (CSSOM) as Web API