Closed
Description
Prerequisites
- Before opening an issue, please check the DOM standard (https://dom.spec.whatwg.org/). If it doesn't appear in this spec, it may be present in the spec for one of the other
purescript-web
projects. Although MDN is a great resource, it is not a suitable reference for this project.
https://dom.spec.whatwg.org/#dom-element-closest
Description
There's querySelector
and querySelectorAll
, but not closest
despite good browser support.