- From: Eric Portis via GitHub <sysbot+gh@w3.org>
- Date: Thu, 31 Aug 2017 17:57:43 +0000
- To: public-css-archive@w3.org
What happens when
```html
<style>
font-size: 100px;
@media (min-height: 50px) { font-size: 1px; }
</style>
<p>hi</p>
```
gets iframed into
```html
<style>iframe { height: max-content; }</style>
<iframe src="is-this-a-circular-dependency.html"></iframe>
```
?
--
GitHub Notification of comment by eeeps
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1771#issuecomment-326374571 using your GitHub account
Received on Thursday, 31 August 2017 17:57:39 UTC