p5.js-web-editor icon indicating copy to clipboard operation
p5.js-web-editor copied to clipboard

Keyboard navigation inaccessible for sketch & Collections "Date Created" and "Date Updated" fields

Open Jatin24062005 opened this issue 7 months ago • 3 comments

p5.js version

No response

What is your operating system?

None

Web browser and version

No response

Actual Behavior

On the Sketches/Collection page, while the headers Date Created and Date Updated are reachable using the Tab key, the actual date values for each sketch row are not focusable via keyboard navigation. This creates an accessibility barrier:

Keyboard users cannot tab to read the individual sketch date values.

The date fields are properly read by screen readers only when hovered or selected indirectly but not through keyboard focus.

These fields also lack a visible focus ring, making it harder for users who rely on visual indicators for navigation.

Image

Expected Behavior

  • Each sketch’s Date Created and Date Updated field should be reachable via keyboard (tabindex="0" or rendered as focusable elements) in both Section (Sketches & Collection).
  • These fields should include visible focus indicators.
  • Proper ARIA labels or semantic elements should be added for screen reader clarity.

Steps to reproduce

Steps:

  1. Open the "Sketches" or "Collection" page.
  2. Use the Tab key to navigate through the sketch list.
  3. Notice that while the sketch name and dropdown arrow are focusable, the Date Created and Date Updated values are not.

Jatin24062005 avatar Apr 11 '25 12:04 Jatin24062005