I would like to implement two new screen widgets: <column-container> and <column>. The goal is to simplify multi-column layout. The <column-container> widget can have only <column> child elements and the <column> widget can have any screen widget child widgets. A width attribute can specify the width of the columns.

In HTML, the column container is a combination of <table> and <tr> elements, and the columns are <td> elements. This will be different from the current floated <div> elements - mainly because getting the floating <div> layout to work correctly with pluggable widgets across visual themes has been unsuccessful.

What do you think?

-Adrian

Reply via email to