Re: [w3c/webcomponents] <iframe> and the History API (#184)

> I don't understand where your rule comes from.

Yeah, that comes form my attempt to honer a well-established rule (I believe):

- Access from Inner To Outer: Allowed
- Access from Outer To Inner: Disallowed

We see a similar rule in most of programming languages. Thus, I think having this principle in our mind would be good for us.

Actually, you can see several instances of this rule in the current Shadow DOM:
e.g. 
- a event retargeting
- a concept of a *unclosed node*

---
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/184#issuecomment-210306925

Received on Friday, 15 April 2016 06:42:19 UTC