BirkbeckCTP / hourglass

Hourglass press theme for OLH
GNU Affero General Public License v3.0
1 stars 1 forks source link

Improve accessibility of news article tags #359

Open StephDriver opened 3 months ago

StephDriver commented 3 months ago

The problem

News Articles are filtered by tags.

The tags have visual styling that indicates their function, but are programmatically simply links and so do not indicate their function to assistive technologies.

image
<a class="bg-tan border-white border-2 rounded-full py-2 px-4" 
          href="/news/all/tag/Announcement/">
          Announcement (330)
        </a>

Tasks

Additional Information

see https://www.w3.org/WAI/WCAG22/Techniques/aria/ARIA8.html