bigskysoftware / htmx

</> htmx - high power tools for HTML
https://htmx.org
Other
38.67k stars 1.32k forks source link

Make bodyContains return true for nested shadow roots #3034

Open alexpetros opened 5 days ago

alexpetros commented 5 days ago

Description

This fixes an issues in which bodyContains() would incorrectly return false for nested shadow roots.

Replaces #2532

Checklist