-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
Currently, only DOM Level 3 Core Specification is supported, instead of the current standard https://dom.spec.whatwg.org/
The concrete use case that led me to file this enhancement: trying to query an HTML file. Since the DOM support is missing the convenient `querySelector` and `querySelectorAll` methods, I have to do so by using XPath (whose support is also outdated).
Currently, only DOM Level 3 Core Specification is supported, instead of the current standard https://dom.spec.whatwg.org/
The concrete use case that led me to file this enhancement: trying to query an HTML file. Since the DOM support is missing the convenient `querySelector` and `querySelectorAll` methods, I have to do so by using XPath (whose support is also outdated).