What should happen with scrollbars in `overflow:auto; intrinsic-width: 200px; width: 100px;`? If the element was filled with 200px worth of child content, it would definitely create scrollbars. I believe intrinsic-width should do the same. As an added bonus, this helps with some infinite-scroller cases that currently use a tall dummy element to make the scrollbar look right.