]> source.dussan.org Git - jquery.git/commit
CSS: Remove the opacity CSS hook
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 21 Jan 2020 13:11:06 +0000 (14:11 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2020 13:11:06 +0000 (14:11 +0100)
commit865469f5e60f55feb28469bb0a7526dd22f04b4e
tree39ed63ecdde95aa7d81c57ab3ceec37356692ef6
parent89a18de64cec73936507ea9feca24d029edea24f
CSS: Remove the opacity CSS hook

The consequence is `.css( "opacity" )` will now return an empty string for
detached elements in standard-compliant browsers and "1" in IE & the legacy
Edge. That behavior is shared by most other CSS properties which we're not
normalizing either.

Closes gh-4593
src/css.js