The latest winning mark-up from #GitHub turns all release asset download links into table cells, despite them not being in a table:
```
<ul>
<li role="row">
<div role="presentation">
<a href="..." role="cell">...</a>
</div>
<div role="presentation">
<span role="cell">108 Bytes</span>
<span role="cell">
<relative-time datetime="..." title="May 24, 2024, 9:41 PM CST">2024-05-25T03:41:28Z</relative-time>
</span>
</div>
</li>
</ul>
```