Closed Oblomov closed 6 years ago
clientWidth and clientHeight are not guaranteed to report the correct value for boxes with inline styling (as documented for the step 1 in https://www.w3.org/TR/cssom-view-1/#dom-element-clientwidth).
Use getBoundingClientRect() instead, which does not have this restriction.
clientWidth and clientHeight are not guaranteed to report the correct value for boxes with inline styling (as documented for the step 1 in https://www.w3.org/TR/cssom-view-1/#dom-element-clientwidth).
Use getBoundingClientRect() instead, which does not have this restriction.