-
Notifications
You must be signed in to change notification settings - Fork 361
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: [M3-7208] Prevent forwarding the title prop to the markup #9739
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abailly-akamai
requested review from
cpathipa and
cliu-akamai
and removed request for
a team
September 29, 2023 20:40
mjac0bs
approved these changes
Oct 2, 2023
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.
bnussman-akamai
approved these changes
Oct 3, 2023
bnussman-akamai
added
Approved
Multiple approvals and ready to merge!
and removed
Add'tl Approval Needed
Waiting on another approval!
labels
Oct 3, 2023
abailly-akamai
force-pushed
the
fix-M3-7208
branch
from
October 3, 2023 14:24
cf245dc
to
b2729e3
Compare
cpathipa
approved these changes
Oct 3, 2023
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.
abailly-akamai
force-pushed
the
fix-M3-7208
branch
from
October 3, 2023 15:40
b2729e3
to
3417081
Compare
This was referenced Oct 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description 📝
You've been annoyed by this on our modals?
Look no further, this fix is for you.
The title prop on our modals creates more trouble than it's worth. It adds html tooltip (a proper HTML
title
feature) that follows you around and often obfuscate content or distracts the user.It does not add any particular accessibility feature (known to me) and does not seem to be standard at all:
https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/dialog/
We already have the necessary features described in the accessibility standards docs so there's no need to continue defining them and require them on those components.
Major Changes 🔄
List highlighting major changes
How to test 🧪
title
tooltip is gone (usually after mouse pointing in the same spot for a couple seconds