-
Notifications
You must be signed in to change notification settings - Fork 27
Description
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 GBScreenshots
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