-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
Description
Bug Report
It's preferable to use the <nav>
element instead of <div>
to improve both semantics and accessibility. This element clearly indicates to assistive technologies that it is a main navigation area. It also improves the HTML code structure and adheres to web standards.
Expected behavior/code
<div data-testid="left-panel-desktop" class="sc-34780e96-0 krwZki --docs--left-panel-desktop">
(code)
</div>
Possible Solution
Search for this code snippet, replace div
with nav
Additional context/Screenshots

Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done