Re: [css-regions] responsive and semantic use of named flows

> On Jan 25, 2014, at 12:50 PM, "Robert O'Callahan" <robert@ocallahan.org> wrote:
> 
> For example, a simple variation on your use-case would be to have the <aside> take up less than the full width of the body, and allow article text to flow to the right of it. Then it's obviously a float and your region approach won't work.

Wouldn't you just add 'aside { float: left; }' to Alan's code? (And maybe some width too?)

Received on Sunday, 26 January 2014 03:16:05 UTC