Re: [whatwg/dom] Some tweaks for traverse algo and others (#87)

I check this "rooted" term in various collection actions and:
1. In DOM for all collections is mention what its root (by sth like this: "rooted on this" or "object associated with them" in HTML spec).
But in HTML sometimes it's missing: https://html.spec.whatwg.org/multipage/dom.html#dom-document-getelementsbyname (I don't check all cases).
2. Looks like root is only  associated to collection (like filter) and later in prose was describe what is to be returned (descendants / children, with/without root, etc).

So it's basically correct, no need to add anything, everything comes from prose.

Looks like this bug can be close, all was fixed. Adding style for values should be cover by another bug (`"next"` will be better than the current next). << it can even be seen in this sentence.



 

-- 
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/87#issuecomment-704262934

Received on Tuesday, 6 October 2020 13:19:19 UTC