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

± From: Tab Atkins Jr. [mailto:jackalmage@gmail.com] 
± Sent: Wednesday, August 10, 2011 4:13 PM
± To: Alex Mogilevsky
± 
± 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.)

I agree, 'display' should be a shorthand.

Somebody (Tantek?) have mentioned "display-role" or "layout-role". 

We have also used 'content-type' and 'layout-placement' internally to describe these concepts.

Received on Wednesday, 10 August 2011 23:19:48 UTC