]> source.dussan.org Git - jquery.git/commit
Fix #12088, Safari 5 and more percentages in getComputedStyle
authorMike Sherov <mike.sherov@gmail.com>
Mon, 23 Jul 2012 01:58:23 +0000 (21:58 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Mon, 23 Jul 2012 02:03:27 +0000 (22:03 -0400)
commitaa3fabce461313f7c31e9a250df57165f15be873
tree5b1a227fd3fc96d6f8ec6b60670d467689dfd760
parentff7a43456228826856f5f14f22fbe2d61ef59bf5
Fix #12088, Safari 5 and more percentages in getComputedStyle

In particular, min-width and max-width are taunting the awesome hack. Closes gh-865.
src/css.js
src/support.js
test/unit/css.js
test/unit/dimensions.js