Hi,
Apex 4.0.2 generates a markup similar to this on non-interactive reports:
<th class="reportheader" align="left" id="ITEM_DESC">Item Description</th>
...
<td headers="Item Description" class="reportcell">Some item description</td>
...
The headers attribute is supposed to have the ID of the column header(s) (ITEM_DESC in this case) but instead it seems to have its label. Not a big issue but if I try to validate the generated HTML validation errors are raised because of this (and it is not correct anyway.)
Has this been fixed in a later release?
Cheers,
Luis