-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Re-land "Tweaking Material Chip a11y semantics to match buttons (#60141)" #61048
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
Re-land "Tweaking Material Chip a11y semantics to match buttons (#60141)" #61048
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i know this is still a draft but looks as good as it did the first time =)
fe1ca95
to
03bf4e3
Compare
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
03bf4e3
to
fe1ca95
Compare
fe1ca95
to
c9cde5a
Compare
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
Description
Re-lands #60141, which was reverted by #60645 due to an unexpected edge case which broke some internal tests.
PR for breaking change doc: flutter/website#4312
Published breaking change doc: https://flutter.dev/docs/release/breaking-changes/material-chip-button-semantics
Related Issues
Tests
See #60141 for details.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.///
).flutter analyze --flutter-repo
) does not report any problems on my PR.Breaking Change
Did any tests fail when you ran them? Please read Handling breaking changes.