๐ธ.boundingBox
Last updated
Was this helpful?
Last updated
Was this helpful?
browser โฉ DOM โฉ type โฉ Element โฉ boxes โฉ Element+boxes โฉ .boundingBox
size: (may be fractional)
almost the same as .borderBox size (integer-valued).
"box-sizing: border-box" size = (width, height) -> padding/border included.
๐ compare๏ผ .borderBox (a Rect relative to .offsetParent)
๐พ Element+boxes, ๐ coordinates