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

Accessibility and Diagnosticable properties #5

Closed
15 tasks done
bdlukaa opened this issue Mar 24, 2021 · 2 comments
Closed
15 tasks done

Accessibility and Diagnosticable properties #5

bdlukaa opened this issue Mar 24, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bdlukaa
Copy link
Owner

bdlukaa commented Mar 24, 2021

Accessibility

Provide easy-accessibility to the widgets in this library. This can be achieved by using the widget Semantics:

  • Inputs
    • Button
    • Checkbox
    • IconButton
    • RadioButton
    • RatingBar
    • Slider
    • ToggleButton
    • ToggleSwitch
  • Navigation
    • TabView
    • NavigationPanel
  • ProgressBar
  • ProgressRing
  • Tooltip

Diagnosticable properties

Add debug fill properties to the widgets so they can be viewed in DevTools to help in development. This mostly apply to the Styles

@bdlukaa bdlukaa added enhancement New feature or request help wanted Extra attention is needed labels Mar 24, 2021
@bdlukaa
Copy link
Owner Author

bdlukaa commented Mar 24, 2021

As of my point of view, it's not necessary to add accessibility support for SplitButton, since Button already provides it.

@bdlukaa
Copy link
Owner Author

bdlukaa commented Mar 24, 2021

Both accessibility and diagnoticable support is provided in version 1.3.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant