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

@dperini - do you have an example of a property of `window` that refers to an element (not `document`)?
`for (x in window) { try { if ("nodeType" in window[x]) console.log(x) } catch (e) {}}`
Only outputs -
`document`
For me.

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

Received on Saturday, 25 April 2015 17:18:54 UTC