Skip to content

a11y(QueueItem): align Cancel/Retry button tooltips with aria-label (sibling to #945) #950

@Salem874

Description

@Salem874

Problem

PR #945 (shipped in #947) aligned the `title` attribute with the `aria-label` for three QueueItem buttons (Retry-without-Wrapper, Open File, Open Folder) so sighted hover-tooltips and screen-reader announcements match.

Two sibling buttons in the same file were missed:

Fix

Two-line edit:

```tsx
// 617
title="Cancel download"

// 633
title="Retry download"
```

If aria-label is missing on these two, add it with the same string. Mirrors the #945 pattern.

Verification

  • Existing `QueueItem.test.tsx` passes unchanged.
  • VoiceOver / NVDA tab through Queue items — Cancel + Retry now announced with the full "…download" suffix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    accessibilityAccessibility improvements (a11y, WCAG, screen readers)good first issueGood for newcomers

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions