microsimulation / ijm-xml

XML files for the International Journal of Microsimulation
MIT License
0 stars 0 forks source link

Table data cells in Table headers #156

Open fred-atherden opened 4 years ago

fred-atherden commented 4 years ago

There are 11 articles containing Tables which have table data cells in their headers:

Here's an example of what I mean:

<table-wrap id="table5" orientation="portrait" position="float">
    <label>Table 5</label>
    <caption><p>NCDMod Estimated mean Values of Health Indicators 2010&#x2013;2025.</p></caption>
    <table>
        <thead>
            <tr>
                <td>Outcome</td>
                <td>2010</td>
                <td>2015</td>
                <td>2020</td>
                <td>2025</td>
            </tr>
        </thead>
    </table>
</table-wrap>

All the td elements should be renamed th.