Michał Gołębiowski-Owczarek
Michał Gołębiowski-Owczarek
@coffee2code Replying to https://github.com/WordPress/browsehappy/issues/24#issuecomment-173009018 > All browsers will report their version number within the browser somewhere (even if not someplace obvious to most users) and thus is technically checkable by...
@Krinkle I have publish rights here so you can ping me for a release; I can also review a PR. As for updating the docs, `grunt-jquery-content` is an npm dependency...
@kkmuffme I don't know the answer to this question but I asked at the OpenJS Foundation, hopefully you'll get an answer.
Thanks for the report. I transferred the issue to the API repo. I agree the wording here is a bit confusing. The function accepts a native DOM element as documented....
I linked to the place where the options is read in my comment and you can see that a native element is passed to the function. If you think there's...
Thank you! You are right, I read the code too fast. 🤦🏻 The native element being passed is the DOM element on which the widget was created - in your...
:+1: to documenting that. This is my understanding of current de-facto rules (a little extended) that we could codify on a case by case basis (I'm omitting the `// Support:`...
BTW, if we don't come up to a concrete conclusion quickly I'd like to merge https://github.com/jquery/jquery/pull/1837 in its current form; it's quite large and I don't want to have to...
@gibson042 comment from https://github.com/jquery/jquery/pull/1837#discussion_r21420605: I don't know that we've ever established a consensus on this, but I personally see more value in `IE
@jzaefferer > > Browser has a bug in version n, it's fixed in n+1: > > `Browser > Shouldn't this say "up to version n"? Then `Browser n` would mean...