Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accessibilityRole="search" should map to element <search> #2609

Open
1 task done
YummyBacon5 opened this issue Nov 17, 2023 · 0 comments
Open
1 task done

accessibilityRole="search" should map to element <search> #2609

YummyBacon5 opened this issue Nov 17, 2023 · 0 comments
Labels

Comments

@YummyBacon5
Copy link

YummyBacon5 commented Nov 17, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Describe the issue

accessibilityRole="search" and role="search" should both map to HTML element <search>. Since this element has ARIA role search by default.

Expected behavior

It should be <search role=search> on the web

Steps to reproduce

  1. Create a View component
  2. Add accesibilityRole="search" or role=search prop to this View

Test case

https://codesandbox.io/s/gallant-agnesi-4gnr7v?file=/src/App.js

Additional comments

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant