Subject: | Box around groups of objects / table support |
It would be nice to be able to group items together, for the purpose of creating a bounding box with a border. Perhaps it would be good to be able to nest these as well.
As an example ("group" is just a place holder, the name should be something appropriate).
<group lines="tblr">
<font some="font" attributes="here">
<textbox>Title here</textbox>
<line attributes="to" make="underline" />
</font>
<font some="other" attributes="here">
<textbox>Data here</textbox>
</font>
</group>
Perhaps this could be tied into table support (after all, a table with a single row and single column could also meet this criteria :).