I wonder if w3c or whatwg guys considered extending dom spec to support the query / navigation / css helpers.
They have to an extent. `querySelector` / `querySelectorAll` is the clearest example, but many API's presented here came after jQuery and were inspired by it: https://youmightnotneedjquery.com/
Luckily, we now have frameworks that help us avoid most of the DOM manipulation stuff.