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

fix(expansion-panel): remove invalid aria-expanded attribute set on header #443

Merged
merged 3 commits into from
Dec 14, 2023

Conversation

samrichardsontylertech
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added/updated: N
  • Docs have been added/updated: N
  • Does this PR introduce a breaking change? N
  • I have linked any related GitHub issues to be closed when this PR is merged? N/A

Describe the new behavior?

Removed the aria-expanded attribute being set on the header element when the expansion panel toggles. The header is a generic element that can't accept aria-expanded. This should be set on the toggling button instead, which must exist outside of the expansion panel's shadow DOM.

@samrichardsontylertech samrichardsontylertech added patch Increment the patch version when merged accessibility labels Dec 12, 2023
@samrichardsontylertech samrichardsontylertech requested a review from a team as a code owner December 12, 2023 15:16
Copy link

stackblitz bot commented Dec 12, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

DRiFTy17
DRiFTy17 previously approved these changes Dec 12, 2023
@DRiFTy17 DRiFTy17 merged commit 2367af5 into main Dec 14, 2023
6 checks passed
@DRiFTy17 DRiFTy17 deleted the fix/expansion-panel-aria branch December 14, 2023 14:59
@github-actions github-actions bot added the released This issue/pull request has been released. label Dec 14, 2023
Copy link
Contributor

🚀 PR was released in v3.0.0-next.16 🚀

@github-actions github-actions bot added the prerelease This change relates to a prerelease. label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility patch Increment the patch version when merged prerelease This change relates to a prerelease. released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants