Skip to content

Commit

Permalink
role presentation in li
Browse files Browse the repository at this point in the history
  • Loading branch information
Juraj Kapsiar committed Jul 11, 2018
1 parent 50d1756 commit fa7184a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions menu/menu-bar-div.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h2>Menu</h2>
<h3>Menu Bar with button</h3>
<ul role="menubar" aria-label="Settings" id="appmenu" class="appmenu-child">
<li>
<li role="presentation">
<div role="menuitem" aria-haspopup="true" aria-expanded="false" aria-label="File settings" tabindex="0">
File
</div>
Expand All @@ -26,7 +26,7 @@ <h3>Menu Bar with button</h3>
</li>
</ul>
</li>
<li>
<li role="presentation">
<div role="menuitem" aria-haspopup="true" aria-expanded="false" aria-label="Edit actions" tabindex="-1">
Edit
</div>
Expand All @@ -48,7 +48,7 @@ <h3>Menu Bar with button</h3>
</li>
</ul>
</li>
<li>
<li role="presentation">
<div role="menuitem" aria-haspopup="true" aria-expanded="false" aria-label="Format text" tabindex="-1">
Format
</div>
Expand All @@ -61,7 +61,7 @@ <h3>Menu Bar with button</h3>
</li>
</ul>
</li>
<li>
<li role="presentation">
<div role="menuitem" aria-haspopup="true" aria-expanded="false" aria-label="View settings" tabindex="-1">
View
</div>
Expand All @@ -77,7 +77,7 @@ <h3>Menu Bar with button</h3>
</li>
</ul>
</li>
<li>
<li role="presentation">
<div role="menuitem" aria-label="Help" tabindex="-1">
Help
</div>
Expand Down

0 comments on commit fa7184a

Please sign in to comment.