microsoft/react-native-gallery

[React Native Gallery]: Visual looking headings,"View page code at GitHub", "Documentation", "Feedback" are not defined as heading.

YajurG opened this issue · 3 comments

YajurG commented

Pre-Requisite:
Turn on Narrator (Ctrl + Win + Enter).

Repro-Steps:

  • Launch the React Native Gallery app.
  • Navigate to any component (For e.g., Permissions) and invoke it.
  • Set narrator to headings mode using caps lock + Page up/down.
  • Now navigate in heading mode and listen to narrator announcement.
  • Actual Result:
  • Visual looking headings,"View page code at GitHub", "Documentation", "Feedback" are not defined as heading. When user navigates to these headings narrator simply announcing as static text.

Expected Result:
Visual headings should be defined as the heading programmatically as well. When user navigates to "View page code at GitHub", "Documentation", "Feedback" narrator should announce as "View page code at GitHub, heading at level 2" and so on.

User Impact:
Users with visual impairments who rely on screen reader may use heading navigation mode to render through the page. Not defining heading in the application will make it difficult for users navigating in the app.

Internal Bug Link: https://dev.azure.com/microsoft/OS/_workitems/edit/47844555

YajurG commented

Tested locally on Gallery - unable to repro. All three headings mentioned above are producing 'heading, level two' announcement from narrator when on focus. Confirming with a11y team if issue can be closed, and why they are seeing the bug on their end.

YajurG commented

Closed by mistake.

YajurG commented

Tested locally on Gallery - unable to repro. All three headings mentioned above are producing 'heading, level two' announcement from narrator when on focus. Confirming with a11y team if issue can be closed, and why they are seeing the bug on their end.

Accessibility team checked a latest build of gallery and confirmed this is no longer an issue on their end - closing as not repro.