Re: [whatwg/dom] "unclosed node of node" reads confusingly (#285)

I do not have a strong opinion, however, +1 for "A is potentially reachable from B".

 I remember that I thought the similar wording.
One concern is:

e.g.
```
let a = document.createElement("div");
let b = document.createElement("div");
```

In this case, `a` is *unclosed node* of `b`, and vice-versa. Thus, *reachable* might not reflect the situation correctly... :( 

Maybe it's okay. *Reachable* might be better than mysterious *unclosed*, I think.


---
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/285#issuecomment-236531361

Received on Monday, 1 August 2016 14:50:44 UTC