Severity
P2
Affected area
Accessibility and discoverability across tool pages
Repro
Run the built frontend and inspect buttons for visible text, title, or aria-label.
Actual
Several routes contain icon-only buttons with no text, title, or aria-label:
code-encoder: 1
hash-generator: 1
code-converter: 1
datetime-converter: 5
jwt: 1
data-generator: 6
color-converter: 11
cron: 2
No horizontal overflow was found at 1024x768, 800x600, or 390x844 during this pass.
Expected
Every icon-only button should have a clear accessible name and preferably a hover title/tooltip. Examples: copy, remove field, reset, apply, toggle layout, remove favorite.
Impact
This hurts keyboard/screen-reader use and makes several compact controls hard to discover for first-time users.
Severity
P2
Affected area
Accessibility and discoverability across tool pages
Repro
Run the built frontend and inspect buttons for visible text,
title, oraria-label.Actual
Several routes contain icon-only buttons with no text, title, or aria-label:
No horizontal overflow was found at 1024x768, 800x600, or 390x844 during this pass.
Expected
Every icon-only button should have a clear accessible name and preferably a hover title/tooltip. Examples: copy, remove field, reset, apply, toggle layout, remove favorite.
Impact
This hurts keyboard/screen-reader use and makes several compact controls hard to discover for first-time users.