Michał Gołębiowski-Owczarek
Michał Gołębiowski-Owczarek
The fact that we started ~~exporting more than a single thing from jQuery - apart from the `default` export we have `$` & `jQuery` named tokens pointing to the same...
Our list of boolean attributes is outdated; it is missing several boolean attributes from [HTML Attributes](https://html.spec.whatwg.org/multipage/indices.html#attributes-3), includes a `scoped` that isn't even present there, and treats [`hidden`](https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute) as boolean despite...
Originally reported by walde.christian@… at: http://bugs.jquery.com/ticket/14511 The code for throwing syntax errors in the CSS parser looks as follows: throw Error("Syntax error, unrecognized expression: "+e) In practice, when triggered deep...
### Description ### Originally reported by ClarkeyBoy1987 at https://bugs.jquery.com/ticket/12024, later migrated to Sizzle in https://github.com/jquery/sizzle/issues/122 by @timmywil. From @timmywil: > http://jsfiddle.net/timmywil/n8zDu/14/ > > The inputs in the example all have...
### Description ### We have a number `jQuery.merge` & `push.apply` calls that seem interchangeable in many cases. We should investigate their usage and perhaps align to one of them. If...
This also switches us to the new Chrome Headless mode. Ref https://developer.chrome.com/articles/new-headless/ Ref https://pptr.dev/#default-runtime-settings
**Describe the bug** We have a Danger JS check verifying Prettier formatting of changed files. That check is quite complex and runs through multiple files but at one point it...
`git diff` supports the `-w` flag allowing to hide whitespace-only changes. GitHub also supports it via both the UI and via attaching a `w=1` query parameter to the URL. It'd...
## Tell us about your runtime: * **QUnit version**: 2.20.1 * **Which environment are you using? (e.g., browser, Node)**: browser * **How are you running QUnit? (e.g., QUnit CLI, Grunt,...
See https://github.com/jquery/api.jquery.com/issues/1243 & https://github.com/jquery/jquery/pull/5452 for changes planned for 4.0. We should restore special boolean attributes treatment and warn if the setter is used with an unrecognized value. In the getter,...