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

Update the accessibility label of icons. #7255

Merged
merged 2 commits into from
Dec 7, 2023
Merged

Conversation

isoos
Copy link
Collaborator

@isoos isoos commented Dec 5, 2023

Fixes #7225

@@ -228,7 +228,7 @@ d.Node _item({
image: d.Image(
src:
staticUrls.getAssetUrl('/static/img/schedule-icon.svg'),
alt: 'icon indicating recent time',
alt: 'new package',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe:

Suggested change
alt: 'new package',
alt: 'recently uploaded package',

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think "recently created package" may be slightly better, otherwise it could be misread with "recently updated package". Updating...

Copy link
Contributor

@sigurdm sigurdm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@isoos isoos merged commit 3d56dd9 into dart-lang:master Dec 7, 2023
31 checks passed
@isoos isoos deleted the icons branch December 7, 2023 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alt-text for elements should not include the element type
2 participants