From df752133be1f169c7e2aa3a309a32116fdb60126 Mon Sep 17 00:00:00 2001 From: alice-blue Date: Sat, 30 May 2026 09:05:35 +0000 Subject: [PATCH 1/2] Combine the checkmark link and the text link into one link to avoid audio clutter for sceen reader users. Delete the space between the two so that we don't end up with an underlined space. --- www/poll | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/poll b/www/poll index 9ff9e8f1..d5cf059b 100644 --- a/www/poll +++ b/www/poll @@ -1318,14 +1318,14 @@ function expandVote(id) $aVote = ""; echo " $aVote " - . "{$aVote}Vote for this game anonymously"; + . "border=0 src=\"img/blank.gif\" alt=\"\">" + . "Vote for this game anonymously"; } else { $aVote = ""; + . "&game=$prvGameID\">"; echo " $aVote " - . "{$aVote}Vote for this game"; + . "border=0 src=\"img/blank.gif\" alt=\"\">" + . "Vote for this game"; } } echo ""; From 03aaac4b1533a6fb90f05e8185c9c662f73d2003 Mon Sep 17 00:00:00 2001 From: alice-blue Date: Sat, 30 May 2026 09:17:03 +0000 Subject: [PATCH 2/2] Add margin-right to the checkmark graphic to replace the underlined space that was deleted --- www/ifdb.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/ifdb.css b/www/ifdb.css index 2618b79b..93f27df9 100644 --- a/www/ifdb.css +++ b/www/ifdb.css @@ -1960,6 +1960,7 @@ img.vote-checkmark { height: 20px; border: none; vertical-align: middle; + margin-right: 5px; } /*