jquery / jquery-color

jQuery plugin for color manipulation and animation support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop IE 6 "fake alpha" support?

gnarf opened this issue · comments

I think it's time, anyone agree?

cc @scottgonzalez for the UI perspective

Hah, we haven't supported IE6 in UI for quite a while.

I agree, let's do it. Especially that IE6 support is problematic from BrowserStack's side, they're keeping one machine constantly running just for us because a regularly spawned one was crashing etc. It'd be nice of us for them to stop using those machines, especially with Core dropping the 1.x jQuery line.

Should we align the set of officially supported & tested browsers with what jQuery 3 will support? That would be cutting support for IE 6-8, Android 2.3, Safari 5.1-7.0 & Opera 12.1x.

Is the fake alpha IE6-only, though? The support test will be passed by IE9+ only and that's what's checked when deciding whether to blend.

Should we align the set of officially supported & tested browsers with what jQuery 3 will support?

I agree with it, and it doesn't hurt if we need to release a new major version as well to flag the support drop.

@leobalter Who's maintaining this project now? Should we ask someone else for an opinion?

That's supposed to be me. At least I volunteered on this. @gnarf is the
best person to consult, I believe.

On Monday, May 23, 2016, Michał Gołębiowski notifications@github.com
wrote:

@leobalter https://github.com/leobalter Who's maintaining this project
now? Should we ask someone else for an opinion?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#89 (comment)

OK, great. :) I'm assigning it to myself then.

PR: #104.

Please review.