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

How does this attribute work, if the default is changed inside shadow DOM?

That is: I assume it has a reflected property, a boolean `iframeEl.isolateHistory`. Does this return false, since the attribute isn't there? Does it return true, since history is isolated? What does `iframeEl.hasAttribute("isolatehistory")` return inside the shadow DOM?

It seems very weird to flip the default behavior inside shadow trees.

---
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-213490897

Received on Friday, 22 April 2016 16:01:02 UTC