Flowing content with CSS Regions

Warning: You need to use a WebKit nightly browser build to see this example working correctly.

The Problem with Overflow

When content does not fit in a box CSS has a limited set of options for overflow: it can hide it, it can add scrollbars or it can chose to display it completely with the risk of breaking the design. CSS Regions brings the flexibility of redirecting overflow content into another box.