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

feat(cdk/a11y): make _computeAriaAccessibleName work for more general use cases #26104

Open
zarend opened this issue Nov 28, 2022 · 0 comments
Open
Labels
Accessibility This issue is related to accessibility (a11y) area: cdk/a11y feature This issue represents a new feature or feature request rather than a bug or bug fix P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Comments

@zarend
Copy link
Contributor

zarend commented Nov 28, 2022

Feature Description

#25667 implemented a _computeAriaAccessibleName method so that we can add aria labels to elements that are rendered by the component and the developer does not have access to. It only supports datepicker's use case, and allows us to add an accessible name without creating unnecessary public API.

Consider making it working more broadly so it can be used in other cases.

Use Case

No response

@zarend zarend added feature This issue represents a new feature or feature request rather than a bug or bug fix Accessibility This issue is related to accessibility (a11y) area: cdk/a11y labels Nov 28, 2022
@andrewseguin andrewseguin added the P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent label Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accessibility This issue is related to accessibility (a11y) area: cdk/a11y feature This issue represents a new feature or feature request rather than a bug or bug fix P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

No branches or pull requests

2 participants