Re: [css3-regions] content:flow-from() vs. flow-from

On Wed, Aug 10, 2011 at 4:07 PM, Alex Mogilevsky <alexmog@microsoft.com> wrote:
> Option 3:
>        1) Introduce "display-inside" property (defines layout behavior inside element: "display:inline-table" == "display:inline-block; display-inside:table").
>        2) Element becomes a region when it has "display-inside:region"
>        3) Generated content does not apply to regions
>        4) Flow selection: 'flow-from' or 'content:flow-from()' - with this option either way works, these properties no longer define region, they are consumed by the region and it can set its own rules.

I definitely prefer this option.  (Though the complement to
display-inside should be display-outside, since 'display' should be a
shorthand.)

~TJ

Received on Wednesday, 10 August 2011 23:14:24 UTC