Re: [whatwg/dom] `thead` and `tbody` are being ignored when querying its table row element (#956)

Yeah, this is how `querySelector()` works. It matches against the entire tree and then filters the results based on "this".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/956#issuecomment-789752525

Received on Wednesday, 3 March 2021 14:27:55 UTC