Computed layout values stored on each Node. These are written by calculateLayout() (M4 onwards) and read via Node.getComputedLayout().
calculateLayout()
Node.getComputedLayout()
All values are in integer terminal cells, relative to the parent node's top-left corner.
See scrollWidth.
Natural content width. For nodes with overflow !== 'visible', this is the bounding box of children unbounded by the parent's content width. For non-overflow nodes, equals the node's own width.
overflow !== 'visible'
width
Computed layout values stored on each Node. These are written by
calculateLayout()(M4 onwards) and read viaNode.getComputedLayout().All values are in integer terminal cells, relative to the parent node's top-left corner.