Skip to content

Commit

Permalink
Merge pull request #931 from mfairchild365/patch-1
Browse files Browse the repository at this point in the history
Apply role="none" to <li> elements in menubar
  • Loading branch information
jnurthen authored Oct 24, 2018
2 parents f05bae3 + b33d32e commit 8b44303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/menubar/menubar-1/menubar-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2 id="ex_label">Example</h2>
<div id="ex1">
<nav aria-label="Mythical University">
<ul id="menubar1" role="menubar" aria-label="Mythical University">
<li>
<li role="none">
<a role="menuitem" aria-haspopup="true" aria-expanded="false" href="#">About</a>
<ul role="menu" aria-label="About">
<li role="none">
Expand Down Expand Up @@ -90,7 +90,7 @@ <h2 id="ex_label">Example</h2>
</li>
</ul>
</li>
<li>
<li role="none">
<a role="menuitem" aria-haspopup="true" aria-expanded="false" href="#">Admissions</a>
<ul role="menu" aria-label="Admissions">
<li role="none">
Expand Down Expand Up @@ -125,7 +125,7 @@ <h2 id="ex_label">Example</h2>
</li>
</ul>
</li>
<li>
<li role="none">
<a role="menuitem" aria-haspopup="true" aria-expanded="false" href="#">Academics</a>
<ul role="menu" aria-label="Academics">
<li role="none">
Expand Down

0 comments on commit 8b44303

Please sign in to comment.