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

Introduce accessibility-related metadata on Widgets #8600

Open
Tracked by #8596
misl6 opened this issue Feb 1, 2024 · 0 comments
Open
Tracked by #8596

Introduce accessibility-related metadata on Widgets #8600

misl6 opened this issue Feb 1, 2024 · 0 comments

Comments

@misl6
Copy link
Member

misl6 commented Feb 1, 2024

Accessibility tools need to know a set of additional metadata, currently not exposed by Kivy Widgets.

This includes:

  • Role of the widget for accessibility tools
  • Widget-specific data, such as the text contained, or the value

To expose this set of information, each widget will instantiate a AccessibilityInterface object (See #8599), and store it in wid.accessibility.

The AccessibilityInterface object, apart from taking care of dispatching events from/to the attached widget, will also expose the proper metadata.

@misl6 misl6 changed the title Introduce accessibility-related properties on Widgets Introduce accessibility-related metadata on Widgets Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant