diff options
Diffstat (limited to 'src/css.js')
-rw-r--r-- | src/css.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.js b/src/css.js index 72a807bfc..3e7073507 100644 --- a/src/css.js +++ b/src/css.js @@ -151,7 +151,7 @@ function getWidthOrHeight( elem, dimension, extra ) { // Support: IE 10 - 11+ // IE misreports `getComputedStyle` of table rows with width/height // set in CSS while `offset*` properties report correct values. - // Support: Firefox 70+ + // Support: Firefox 70 - 135+ // Firefox includes border widths // in computed dimensions for table rows. (gh-4529) ( !support.reliableTrDimensions() && nodeName( elem, "tr" ) ) ) && |