-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Deprecate usage of iconDescription
for v11
#9624
Comments
Deprecation warning should read something like:
OR
|
@joshblack Now that the |
We currently use the
iconDescription
prop in the following components: LinkWe want
iconDescription
to no longer be needed. The accessible label for a component should come from either content or a directaria-label
,aria-labelledby
, oraria-describedby
prop.IconButton
)SearchFilterButtondeprecatedaria-label
and<title>
, should change tolabel
)button
, no tooltip)<title>
in SVG)NotificationButton
for close)NotificationButton
for close)iconDescription
for close label)label
, mismatch withLoading
which usesdescription
)Filename
)label
?)Filename
)OverflowMenu
)Button
)label
)The text was updated successfully, but these errors were encountered: