Yes, CSS3: http://www.w3.org/TR/css3-multicol/ https://developer.mozilla.org/en/css3_columns
and based on the wonderful page Tucker hinted as to http://caniuse.com/#cats=CSS it's supported in any modern desktop browser but IE6-IE8 and Opera < 11.1, and supported in iOS and Android. On Tue, Feb 1, 2011 at 1:38 AM, Henry Minsky <[email protected]> wrote: > Well, the new Flash Text Layout Framework (TLF) supports multicolumn layout. > I did this whole implementation of a flash TextField work-alike class, that > uses the TLF, just in order to be able to > use the bidirectional text feature of the TLF. That class could maybe be > extended to do multicolumn layout > I guess. > > What would be the equivalent for HTML5? Is there multicolumn text spec? > > > > On Mon, Jan 31, 2011 at 7:26 PM, Raju Bitter > <[email protected]> wrote: >> >> Are there any plans to support multi-column text in a future release, >> both for HTML5 and SWF10? > > > > -- > Henry Minsky > Software Architect > [email protected] > > >
