Skip to content

feat(ui5-select): add accessibleDescription and accessibleDescriptionRef #12081

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kgogov
Copy link
Member

@kgogov kgogov commented Aug 7, 2025

  • Add accessibleDescription property for providing descriptive text
  • Add accessibleDescriptionRef property for referencing external description elements
  • Update aria-describedby to include both value state and accessible descriptions
  • Add comprehensive Cypress tests covering:
    • Basic accessibleDescription functionality
    • accessibleDescriptionRef with single and multiple element references
    • Dynamic updates when referenced elements change
    • Interaction with existing valueState descriptions
  • Add test page examples demonstrating various usage scenarios
  • Ensure proper accessibility attribute handling and ARIA compliance

Related: #12004
JIRA: BGSOFUIPIRIN-6901

…Ref support

- Add accessibleDescription property for providing descriptive text
- Add accessibleDescriptionRef property for referencing external description elements
- Update aria-describedby to include both value state and accessible descriptions
- Add comprehensive Cypress tests covering:
  * Basic accessibleDescription functionality
  * accessibleDescriptionRef with single and multiple element references
  * Dynamic updates when referenced elements change
  * Interaction with existing valueState descriptions
- Add test page examples demonstrating various usage scenarios
- Ensure proper accessibility attribute handling and ARIA compliance

Related: #12004
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant