Re: [whatwg/dom] May return the same HTMLCollection object (#706)

> "must" would prevent the browser from ever collecting them, which also increases costs, right?

Right.  It's worse than "may".
I think Blink has strong references from elements to HTMLCollections.  So it's ok to change it to "must" to stop exposing GC behavior.

-- 
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/706#issuecomment-432917638

Received on Thursday, 25 October 2018 05:17:47 UTC