]> source.dussan.org Git - jquery.git/commit
Selector: Remove the "a:enabled" workaround for Chrome <=77
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 16 Dec 2019 18:43:38 +0000 (19:43 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Dec 2019 18:43:38 +0000 (19:43 +0100)
commitc1ee33aded44051b8f1288b59d2efdc68d0413cc
tree31b7e70e62ac2579ce35043b825d00db96c16955
parentf1c16de29689d2cfaf629f00d682148e99753509
Selector: Remove the "a:enabled" workaround for Chrome <=77

Remove the workaround for a broken `:enabled` pseudo-class on anchor elements
in Chrome <=77. These versions of Chrome considers anchor elements with the
`href` attribute as matching `:enabled`.

Closes gh-4569
src/selector/rbuggyQSA.js
test/unit/selector.js