You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the BreakpointsView panel (Data section), the Remove data breakpoint icon button has title, but it has no aria-label. Screen readers announce it as unlabeled button.
Open the BreakpointsView panel.
Create or expand a breakpoint data so the remove data breakpoint icon button is visible.
Inspect the Remove data breakpoint icon button.
Expected Behavior
The button should has aria-label="Remove data breakpoint".
Project
ide
Description
In the BreakpointsView panel (Data section), the Remove data breakpoint icon button has title, but it has no aria-label. Screen readers announce it as unlabeled button.
Error Message
Debug Logs
System Information
OS: Windows 11 RAM: 16 GB CPU: Intel(R) Core(TM) i7-11700F @ 2.50GHz (16 CPUs), ~2.5GHzScreenshots
67.mp4
Steps to Reproduce
Open the BreakpointsView panel.
Create or expand a breakpoint data so the remove data breakpoint icon button is visible.
Inspect the Remove data breakpoint icon button.
Expected Behavior
The button should has aria-label="Remove data breakpoint".
Actual Behavior
The button has no aria-label.
Additional Context
No response