Skip to content

More icon button in Navbar on Mobile has no aria tags #3369

Open
@dsaw

Description

@dsaw

p5.js version

No response

What is your operating system?

Android

Web browser and version

Firefox 136.0 (Android)

Actual Behavior

On opening accessibility mode on Android, (Talkback), on clicking the More button that opens the consolidated dropdown, the button is described as only a button with no description. There seems to be no aria label on that element.

Image

Expected Behavior

Add aria tags like role and label and the label will be announced.
Also aria tags to describe the role of a menu and menubar to make it clearer for any device using the website

Steps to reproduce

Steps:

  1. Go to settings > accessibility on an Android and enable talkback mode
  2. Open editor.p5js.org and tap the "more" button.
  3. The announcement will name it as a button with no description.

Snippet:

// Paste your code here :)

Activity

added
BugError or unexpected behaviors
on Mar 6, 2025
welcome

welcome commented on Mar 6, 2025

@welcome

Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.

changed the title [-]More icon button in Navbar on Mobile has no aria labels[/-] [+]More icon button in Navbar on Mobile has no aria tags[/+] on Mar 6, 2025
added
Area:AccessibilityCategory for accessibility related features and bugs
Area: MobileFor issues affecting mobile or responsive behavior
on Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: MobileFor issues affecting mobile or responsive behaviorArea:AccessibilityCategory for accessibility related features and bugsBugError or unexpected behaviors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @dsaw@raclim

      Issue actions

        More icon button in Navbar on Mobile has no aria tags · Issue #3369 · processing/p5.js-web-editor