Skip to content

Inaccessible Test Navigator Item Status Information Availability #374

Open
@jkva

Description

@jkva

The status of a task within a test plan ("In Progress", "Has Conflicts", "Completed", "Not Started") is conveyed visually both via a custom icon, and a span with a title.

<li class="test-name-wrapper in-progress">
    <a href="#" class="test-name" aria-current="true">Close a modal dialog using a button</a>
    <span class="progress-indicator" title="In Progress"></span>
</li>

A screenshot of the Test Navigator, showing a "In Progress" task being hovered over, its title "In Progress" being displayed

This makes the information not properly available to screen readers, and the meaning of the custom icons is not obvious through a legend elsewhere on the page.

Are there in the current design considerations for making this status information reliably available?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions