I am developing CSS for the oXygen authoring environment.
There are a number of DITA elements that are best displayed as a table, for example, the following rendering and source code:
Source code:
<partsList>
<part>
<partDesc>
<p/>
</partDesc>
<partNumberList>
<partNum/>
</partNumberList>
<partQuantity/>
<partNotes/>
</part>
...
</partsList>
Rendering: