jquery/src
Michał Gołębiowski-Owczarek 1a4d87afa0
Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test (3.x version)
Chrome 112 & Safari 16.4 introduce two changes:
* `:has()` is non-forgiving
* `CSS.supports( "selector(...)" )` parses everything in a non-forgiving way

We no longer care about the latter but the former means the `cssHas` support
test now passes.

Closes gh-5226
2023-04-05 00:44:01 +02:00
..
ajax Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-12 23:23:10 +01:00
attributes CSS: Skip falsy values in addClass( array ), compress code 2022-01-25 00:35:50 +01:00
core Selector: Inline Sizzle into the selector module: 3.x version (#5113) 2022-12-14 01:41:31 +01:00
css CSS: Return undefined for whitespace-only CSS variable values (#5120) 2022-10-03 22:45:52 +02:00
data Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-12 23:23:10 +01:00
deferred Deferred: Rename getStackHook to getErrorHook (3.x version) 2023-03-14 22:32:57 +01:00
deprecated Build: Correct code indentations based on jQuery Style Guide 2020-05-05 13:04:46 +02:00
effects Build: Correct code indentations based on jQuery Style Guide 2020-05-05 13:04:46 +02:00
event Event: Simulate focus/blur in IE via focusin/focusout (3.x version) 2023-03-27 21:24:42 +02:00
exports Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-12 23:23:10 +01:00
manipulation Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-12 23:23:10 +01:00
queue Docs: Remove links to Web Archive from source 2022-01-04 16:36:20 +01:00
selector Selector: Inline Sizzle into the selector module: 3.x version (#5113) 2022-12-14 01:41:31 +01:00
traversing Filter: Use direct filter in winnow 2018-01-17 11:01:08 -05:00
var Selector: Inline Sizzle into the selector module: 3.x version (#5113) 2022-12-14 01:41:31 +01:00
.eslintrc.json Selector: Inline Sizzle into the selector module: 3.x version (#5113) 2022-12-14 01:41:31 +01:00
ajax.js Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-12 23:23:10 +01:00
attributes.js Build: Put all AMD modules in "src/" in strict mode 2016-04-25 20:25:08 +02:00
callbacks.js Core: deprecate jQuery.type 2018-01-16 10:39:08 -05:00
core.js Selector: Inline Sizzle into the selector module: 3.x version (#5113) 2022-12-14 01:41:31 +01:00
css.js CSS: Make offsetHeight( true ), etc. include negative margins 2023-04-04 16:03:06 +02:00
data.js Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-12 23:23:10 +01:00
deferred.js Deferred: Rename getStackHook to getErrorHook (3.x version) 2023-03-14 22:32:57 +01:00
deprecated.js Deprecated: Improve $.trim performance for strings with lots of whitespace 2022-07-20 10:51:13 +02:00
dimensions.js Build: Correct code indentations based on jQuery Style Guide 2020-05-05 13:04:46 +02:00
effects.js Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-12 23:23:10 +01:00
event.js Event: Simplify the check for saved data in leverageNative 2023-04-03 18:21:30 +02:00
jquery.js Event: Simulate focus/blur in IE via focusin/focusout (3.x version) 2023-03-27 21:24:42 +02:00
manipulation.js Selector: Inline Sizzle into the selector module: 3.x version (#5113) 2022-12-14 01:41:31 +01:00
offset.js Revert "Offset: Send px-ed strings to .css()" 2020-07-20 21:29:40 +02:00
queue.js Core: Deprecate jQuery.isArray 2016-11-30 12:22:24 +01:00
selector-native.js Selector: Implement the uniqueSort chainable method 2022-12-14 01:54:41 +01:00
selector.js Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test (3.x version) 2023-04-05 00:44:01 +02:00
serialize.js Build: Correct code indentations based on jQuery Style Guide 2020-05-05 13:04:46 +02:00
traversing.js Selector: Inline Sizzle into the selector module: 3.x version (#5113) 2022-12-14 01:41:31 +01:00
wrap.js Core: deprecate jQuery.isFunction 2018-01-15 09:26:19 -08:00
wrapper.js Selector: Inline Sizzle into the selector module: 3.x version (#5113) 2022-12-14 01:41:31 +01:00