Although the original API requirements used unordered lists for ballot item results, these results are really tabular data. Note that the <tr> row within the <thead> must match the exact structure as the <tr> rows within the <tbody> (swapping <td> elements for <th> elements) as this header row will be used as a template when updating results in JavaScript. There may be other changes to the exact HTML structure of the table in the future.
Description
Please use tables for ballot item results instead of unordered lists.
Steps to Reproduce
Actual Results
Expected Results
Additional Comments
Although the original API requirements used unordered lists for ballot item results, these results are really tabular data. Note that the
<tr>
row within the<thead>
must match the exact structure as the<tr>
rows within the<tbody>
(swapping<td>
elements for<th>
elements) as this header row will be used as a template when updating results in JavaScript. There may be other changes to the exact HTML structure of the table in the future.