You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the spec, the contentRect is the size of the content area. This should minus the padding and border dimensions from the width/height properties, when box-sizing:border-box is applied.
You can confirm this by using the native ResizeObserver in Chrome.
The text was updated successfully, but these errors were encountered:
Based on the spec, the
contentRect
is the size of the content area. This should minus the padding and border dimensions from the width/height properties, whenbox-sizing:border-box
is applied.You can confirm this by using the native
ResizeObserver
in Chrome.The text was updated successfully, but these errors were encountered: