]> source.dussan.org Git - jquery.git/commit
Core: Recognize Shadow DOM in attachment checks
authorSaptak Sengupta <saptak013@gmail.com>
Fri, 9 Nov 2018 11:15:31 +0000 (16:45 +0530)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 9 Nov 2018 11:15:31 +0000 (12:15 +0100)
commit9b77def560212d12fef2d0b9c12aa50727e3e5d7
treeb059ef809c20fd23bc8b5f5a96f90ffbd7a36971
parent549b32a05afc42a2d0f450ffa82537c3ec25630f
Core: Recognize Shadow DOM in attachment checks

Allow `isAttached` to check Shadow DOM for attachment.

Fixes gh-3504
Closes gh-3996
Ref gh-3977
src/core/isAttached.js [new file with mode: 0644]
src/css/curCSS.js
src/css/var/isHiddenWithinTree.js
src/manipulation.js
src/manipulation/buildFragment.js
src/var/isAttached.js [deleted file]
test/unit/css.js
test/unit/effects.js