Source: Herald C7 (Cthulhu category)
Finding: index.html:313-323, 402-413, 484-493:
<table class="coinunlock3" id="coinbuyamount" title="Toggle amount to buy">
<tr>
<td><img id="coinone" ...></td>
<td><img id="cointen" ...></td>
...
HTML tables for layout, in 2026, for what should be a flex/grid button bar. Screen readers will announce "table, 1 row, 6 columns" — meaningless. Each <td> contains an <img> that IS the button — no <button> wrapping, no role="button".
Files: index.html:313-323, 402-413, 484-493
Source: Herald C7 (Cthulhu category)
Finding:
index.html:313-323, 402-413, 484-493:HTML tables for layout, in 2026, for what should be a flex/grid button bar. Screen readers will announce "table, 1 row, 6 columns" — meaningless. Each
<td>contains an<img>that IS the button — no<button>wrapping, norole="button".Files:
index.html:313-323, 402-413, 484-493