Re: [csswg-drafts] [css-sizing] Auto-resize iframes and textarea based on content

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