Description
Issue
Ensures <li> elements are used semantically
Target application
https://angular.io/
Path
ul[role="navigation"] > li:nth-child(1)
Snippet
<li class="ng-star-inserted"><a class="nav-link" href="features" title="Features."><span class="nav-link-inner">Features</span></a></li>
How to fix
Fix the following:
List item does not have a <ul >, <ol> parent element without a role, or a role="list"'
Environment
Microsoft Edge version 96.0.1054.62
Description
Issue
Ensures
<li> elements are used semanticallyTarget application
https://angular.io/
Path
ul[role="navigation"] > li:nth-child(1)
Snippet
How to fix
Fix the following:
List item does not have a
<ul >, <ol>parent element without a role, or a role="list"'Environment
Microsoft Edge version 96.0.1054.62