SeleniumHQ/seleniumhq.github.io

[🚀 Feature]: Fixing Accessibility Issues On Selenium Website

Open

#2.486 aberto em 23 de set. de 2025

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)HTML (1.015 forks)batch import
help wantedneeds-triaging

Métricas do repositório

Stars
 (712 stars)
Métricas de merge de PR
 (Mesclagem média 2d 4h) (8 fundiu PRs em 30d)

Description

Feature and motivation

The main website of Selenium has accessibility issues, raised as bugs as well . #2479, #2231, #1976 . Created a script to find the accessibility issue on website, using axe and the report shows issues on the main links on page. This feature proposal lists the concerns in each page and as identified fix for these issues will be attempted.

selenium_report_20250923_133948.txt

these two are the common concern across website-

  • To Fix ARIA attributes site-wide.
  • To Improve color contrast - Affects user readability across the site [2]

Most likely concern is at the template level, in the .scss files. The website is built using hugo docsy theme. Fixing color contrast in file variables project . scss file might fix issue 2.

code used to find accessibility issue - [to help explore]

findAccessibilityIssuesSeleniumWebSite.py

or use this - https://wave.webaim.org/

Guia do colaborador