v4.3.1
- accounting for various border widths, measuring them independently rather than just geting
border-width
- fixed IE height measurements for border-boxed elements, it seems that IE returns computed width/height for content only, while other browsers add padding and border (correctly). Behaviour can be checked here. Every browser returns
100px
, IE11 would return80px