Do you consider it true that the term “web query”, as in document.querySelector actually reflects the term: “elements (tags) + CSS selectors (such as id’s and classes)”.
If so, where are “media queries” fit in?
I guess that since the invention of media queries, they too, should be included in this broad definition of a “web query”, so it would be:
“elements (tags) + CSS selectors (such as id’s and classes) + media directives (media queries)”.