Skip to content

Conversation

@elshadsm
Copy link
Contributor

Enhance the Widget class by introducing new accessibility-related properties and a function:

The accessibilityLabel is an accessibility property that provides a textual description of the view, allowing screen readers to convey the purpose or function of UI elements to visually impaired users.

The accessibilityHidden is used to hide the view from accessibility services when a screen reader is active.

The accessibilityFocus is a function to focus on the view when accessibility services are enabled, typically used to assist navigation via screen readers.

  • Code is up-to-date with current master
  • Code is provided under the terms of the Tabris.js license

Fixes #

@elshadsm elshadsm force-pushed the pr-accessibility branch 3 times, most recently from d7cac2e to 7958398 Compare May 20, 2025 15:56
@karolszafranski
Copy link
Member

Looks good to me 👍

Please wait with merging until we're done with client implementations.

Copy link
Member

@mknauer mknauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just the minor wording change from view to widget, everything else looks great.

@elshadsm elshadsm force-pushed the pr-accessibility branch from 7958398 to ed4112f Compare May 21, 2025 08:00
Enhance the Widget class by introducing new accessibility-related
properties and a function:

The `accessibilityLabel` is an accessibility property that provides a
textual description of the view, allowing screen readers to convey the
purpose or function of UI elements to visually impaired users.

The `accessibilityHidden` is used to hide the view from accessibility
services when a screen reader is active.

The `accessibilityFocus` is a function to focus on the view when
accessibility services are enabled, typically used to assist navigation
via screen readers.
@elshadsm elshadsm force-pushed the pr-accessibility branch from ed4112f to eb729bf Compare May 21, 2025 08:05
@elshadsm elshadsm merged commit a8486c5 into master May 23, 2025
1 check passed
@elshadsm elshadsm deleted the pr-accessibility branch May 23, 2025 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants