Re: [spec-reviews] CSSOM View document.scrollingElement (#51)

@dperini - why do you only look for nodes that have `document` as their parent node? It is a meaningless constraint (to me, anyway).
`document.body`, `document.head`, `document.images[0]` and so and so (yes, traversal as well) return nodes. Nothing on `window` does, except `document` which is the only entry point to the DOM.

Anyway, I am just stating the current state of affairs. It does not mean that there will never be relations from `window` to elements. If you still do not see my point or disagree, there is not much I can do to explain it and this discussion is pretty pointless, since I am certainly not an expert (but the TAG team is), so I defer to the experts.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/spec-reviews/issues/51#issuecomment-96761799

Received on Monday, 27 April 2015 18:04:18 UTC