Re: [whatwg/dom] "In a document" confusion (#238)

I created #275 and https://github.com/whatwg/html/pull/1483 to fix this, however I'm not sure I'm entirely happy with the result. There's a couple cases in HTML where "in a document" is used and then there's also reference made to that document's browsing context. It's not clear if that works well with "in a document tree".

And "is connected" often gets awkward since a lot of checks are for the opposite scenario. So just using "connected" is a term there might be better.

"Becomes connected" and "becomes disconnected" seem to work fine, although how build on top of insertion and removal is a little wonky, but we're not changing that here.

---
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/238#issuecomment-229941637

Received on Friday, 1 July 2016 13:07:27 UTC