Closed
Description
p5.js version
No response
What is your operating system?
None
Web browser and version
No response
Actual Behavior
In the p5.js Web Editor Settings, several interactive UI components across both General Settings and Accessibility tabs do not show a visible focus ring (blue outline) when navigating using the keyboard (e.g., Tab key).
Affected components:
General Settings tab:
- Autosave
- Autoclose Brackets and Quotes
- Autocomplete Hinter
Accessibility tab:
- Line numbers toggle
- Lint warning sound options (On, Off, Preview)
- Plain-text and Table-text checkboxes for Accessible canvas
Expected Behavior
All interactive elements (toggles, buttons, checkboxes, etc.) should have a visible focus indicator to support keyboard users and other accessible users.
Steps to reproduce
Steps:
- Open the p5.js Web Editor
- Open the Settings (gear icon)
- Press Tab to navigate through the controls
Notice that while some elements like the Text Size buttons show a blue focus ring, others (listed above) show no visible indication of focus
// Paste your code here :)