Closed yiminghe closed 12 years ago
<1.3
all
<style> #t { opacity:0.5; filter:alpha(opacity=50); } </style> <body> <div id='t'> </div> </body>
DOM.css('#t','opacity',''); KISSY.log(DOM.css('#t','opacity')); KISSY.log(DOM.html('body'));
0.5
<div id='t'></div>
ie<9: 1
chrome: 0.5
<div id='t' style=''></div>
http://bugs.jquery.com/ticket/12685
https://github.com/jquery/jquery/commit/c78a3ba6577b6735137abcd5c01a35ca28c33660
KISSY Version :
<1.3
Browsers :
all
What steps will reproduce the problem?
Expected
0.5
actual
ie<9: 1
chrome: 0.5