- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 22 Apr 2016 09:00:35 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Friday, 22 April 2016 16:01:02 UTC
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