Michał Gołębiowski-Owczarek
Michał Gołębiowski-Owczarek
@gnarf > It might be better to never allow two "setups" on the same `// Support:` line. Good idea.
@dmethvin: Yeah, definitely above the comment (that would match current Core comments).
> Ideally, every bug would have a well-known range. In practice, it's not always expedient or even possible to check old versions, but fortunately those are the ones that matter...
> Agreed, which is one reason why I don't want to change support comments when we abandon old browsers. I meant that if we support IE9-11 and we just have...
I fear that `// Support: IE10` is a very intuitive thing to write if someone detects a bug in IE10 and this requires them to write `// Support: IE10+`. When...
@dmethvin Yes, I'm not commenting the `+` part but that I worry people will omit it when it's needed. We already have loads of comments like `// Support: IE8`. Having...
@jaubourg We should be explicit; if we change `Support: IE11` to `Support: IE11+` when we start to know that the bug is still present in IE12 then when IE13 is...
Thanks for the report. Is there a more detailed write-up on these new changes that's approachable to the general public? https://code.jquery.com/ is quite a small CDN, only hosting files for...
Thanks for the heads up, I appreciate it! I'll keep this in mind but I'll try to understand the topic a bit better first. :)
@mikewest Sorry, I'm quite busy with lots of other stuff at the moment, it's not likely I'll have time to look into it within the next few weeks.