fix(a11y): use descriptive screen reader label for row number column

Replace the generic '#' sr-only text with 'Row number' so screen
readers announce a meaningful column header instead of a bare symbol.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-24 12:54:05 +08:00
parent 0e2c7fcd82
commit 6050b65fb7

View File

@@ -113,7 +113,7 @@
<table class="table">
<thead>
<tr>
<th class="col-num"><span class="sr-only">#</span></th>
<th class="col-num"><span class="sr-only">Row number</span></th>
<th class="col-name" data-sort="name"><button type="button" class="sort-btn">Project Name</button></th>
<th class="col-stars" data-sort="stars"><button type="button" class="sort-btn">GitHub Stars</button></th>
<th class="col-commit" data-sort="commit-time"><button type="button" class="sort-btn">Last Commit</button></th>