- From: Andrew Fedoniouk <news@terrainformatica.com>
- Date: Tue, 8 Jun 2010 21:28:11 -0700
- To: "Alex Mogilevsky" <alexmog@microsoft.com>, "Tab Atkins Jr." <jackalmage@gmail.com>
- Cc: "www-style list" <www-style@w3.org>
My engines contains implementation of multi-row flex layouts. E.g. http://www.terrainformatica.com/w3/flex-layout/images/sample-horizontal-flow.png In my case it is "flow: horizontal-flow": <div style="flow:horizontal-flow" > ... </div> It wraps elements in multiple rows when needed or if clear:before|after|both is used (explicit row break). see: http://www.terrainformatica.com/w3/flex-layout/flex-layout.htm Latest build of sciter engine includes also implementation of "relative flexes" ( a.k.a. Additive XUL flexes ). To see all this alive you can download Sciter SDK (~9mb) from http://www.terrainformatica.com/sciter/sciter-sdk.zip and run /sciter.exe demo "browser" from it. Demo of flex units and the flow property is in /sdk/samples/html-and-css/flexes/demo.htm It demonstrates various aspects of flexes including: horizontal single and multi rows layouts, vertical single and multi column layouts, the "template" and use of flexes with position: absolute | fixed. -- Andrew Fedoniouk http://terrainformatica.com -------------------------------------------------- From: "Alex Mogilevsky" <alexmog@microsoft.com> Sent: Tuesday, June 08, 2010 12:46 PM To: "Tab Atkins Jr." <jackalmage@gmail.com> Cc: "www-style list" <www-style@w3.org> Subject: RE: is there any implementation of box-lines:multiple? > Thanks, this is what it looked like. > >> -----Original Message----- >> From: Tab Atkins Jr. [mailto:jackalmage@gmail.com] >> Sent: Tuesday, June 08, 2010 12:38 PM >> To: Alex Mogilevsky >> Cc: www-style list >> Subject: Re: is there any implementation of box-lines:multiple? >> >> On Tue, Jun 8, 2010 at 12:33 PM, Alex Mogilevsky <alexmog@microsoft.com> >> wrote: >> > I think somebody mentioned it here but I can’t find it. I see >> > “-webkit-box-lines” mentioned in some references but I failed to make >> > it do anything so far… >> >> No, no one implements multiple-line flexboxes yet. >> >> ~TJ > >
Received on Wednesday, 9 June 2010 04:28:41 UTC