accessibilityRole="search"
should map to element <search>
#2609
Labels
accessibilityRole="search"
should map to element <search>
#2609
Is there an existing issue for this?
Describe the issue
accessibilityRole="search"
androle="search"
should both map to HTML element<search>
. Since this element has ARIA rolesearch
by default.Expected behavior
It should be
<search role=search>
on the webSteps to reproduce
accesibilityRole="search"
orrole=search
prop to this ViewTest case
https://codesandbox.io/s/gallant-agnesi-4gnr7v?file=/src/App.js
Additional comments
No response
The text was updated successfully, but these errors were encountered: