- From: phistuck <notifications@github.com>
- Date: Sat, 25 Apr 2015 10:18:23 -0700
- To: w3ctag/spec-reviews <spec-reviews@noreply.github.com>
Received on Saturday, 25 April 2015 17:18:54 UTC
@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