Skip to content

[BUG] [alpha] Empty state title “No tags found” is not implemented as a semantic heading element #39581

@robertbot1000

Description

@robertbot1000

Project

ide

Description

In the Tags panel empty state, the primary message “No tags found” is visually presented as a title but is not implemented as a semantic heading element.

The text is rendered using a generic inline element rather than a structured heading (such as a heading-level element). As a result, the interface lacks proper semantic hierarchy, and the title is not programmatically identifiable as a section heading.

This reduces the clarity of document structure and affects accessibility, as assistive technologies rely on semantic headings to interpret and navigate content.

Error Message

Debug Logs

System Information

OS: Ubuntu 24.04
RAM: 32 GB

Screenshots

Image

Steps to Reproduce

Open the Tags panel
Delete all tags
Observe the empty state message “No tags found”
Inspect the element in DevTools
Verify that it is not implemented as a semantic heading element

Expected Behavior

The primary empty state title should be implemented as a semantic heading element
The interface should maintain a clear and structured content hierarchy
Headings should be programmatically identifiable

Actual Behavior

The title is rendered as a non-semantic element
No structural heading is defined
The UI lacks semantic hierarchy for this section

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingideIssues related to IDEvalidValid issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions