[whatwg/dom] const paragraphs = document.querySelectorAll("p"); // paragraphs[0] is the first <p> element // paragraphs[1] is the second <p> element, etc. alert(paragraphs[0].nodeName); (Issue #1193)

https://dom.spec.whatwg.org/commit-snapshots/fb0bf26cd52425bd6492dcddff2e76fae35c2ba7/#idl-index



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

Message ID: <whatwg/dom/issues/1193@github.com>

Received on Thursday, 4 May 2023 05:36:19 UTC