Re: [w3c/webcomponents] <iframe> and Window's named properties (#145)

Ah, I didn't understand `window` and `window.frames` are the same object :-(
The second bullet should be

- `window.length` does not count `<iframe>`s in shadow tree, whether it is open or closed

then.

https://html.spec.whatwg.org/multipage/browsers.html#accessing-other-browsing-contexts
says
> ... is the number of child browsing contexts that are nested through elements that are **in a Document**  ...

so we don't have to touch the spec, either.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/145#issuecomment-221831007

Received on Thursday, 26 May 2016 10:08:13 UTC