You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi (again)
Currently, with react-native-web, the Header component root container maps to a h1 tag (which is highly incorrect in semantics for this element).
Hi (again)
Currently, with
react-native-web
, the Header component root container maps to ah1
tag (which is highly incorrect in semantics for this element).react-native-ui-datepicker/src/components/Header.tsx
Line 166 in bd0cea9
I think this is due to
accessibilityRole="header"
but I am not sure about that.https://necolas.github.io/react-native-web/docs/accessibility/
Thanks!
The text was updated successfully, but these errors were encountered: