]> source.dussan.org Git - jquery.git/commit
Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 4 Apr 2023 22:25:20 +0000 (00:25 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 4 Apr 2023 22:34:39 +0000 (00:34 +0200)
commit89ef81f86f8f371154e9fd3173be5fb57cb72d5e
tree1e41254bed136b8ddb296d6a64ebb7cf922d4d3c
parentbce13b72c1753e16cc0db53ebf0f0456bdcf6b48
Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test

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-5225
src/selector/support.js
test/unit/support.js