resize-observer icon indicating copy to clipboard operation
resize-observer copied to clipboard

ContentRect has incorrect width/height for non SVG Elements

Open TremayneChrist opened this issue 6 years ago • 0 comments

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.

image You can confirm this by using the native ResizeObserver in Chrome.

TremayneChrist avatar Dec 10 '18 11:12 TremayneChrist