Skip to content

Commit

Permalink
Generated by TRAVIS-CI 8b44303
Browse files Browse the repository at this point in the history
Merge pull request #931 from mfairchild365/patch-1

Apply role="none" to <li> elements in menubar
  • Loading branch information
michael-n-cooper committed Oct 24, 2018
1 parent 2880e2d commit dee86ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,9 @@
"preProcess": [
null
],
"publishDate": "2018-10-17",
"publishISODate": "2018-10-17T00:00:00.000Z",
"generatedSubtitle": "Editor's Draft 17 October 2018"
"publishDate": "2018-10-24",
"publishISODate": "2018-10-24T00:00:00.000Z",
"generatedSubtitle": "Editor's Draft 24 October 2018"
}</script><meta name="description" content="This document provides readers with an understanding of how to use WAI-ARIA 1.1 [WAI-ARIA] to create accessible rich internet applications.
It describes considerations that might not be evident to most authors from the WAI-ARIA specification alone and recommends approaches to make widgets, navigation, and behaviors accessible using WAI-ARIA roles, states, and properties.
This document is directed primarily to Web application developers, but the guidance is also useful for user agent and assistive technology developers."></head>
Expand All @@ -572,7 +572,7 @@
</a>
<h1 id="title" class="title p-name"><abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Authoring Practices 1.1</h1>

<h2><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2018-10-17">17 October 2018</time></h2>
<h2><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2018-10-24">24 October 2018</time></h2>
<dl>
<dt>This version:</dt><dd><a class="u-url" href="https://w3c.github.io/aria-practices/">https://w3c.github.io/aria-practices/</a></dd><dt>Latest published version:</dt><dd><a href="https://www.w3.org/TR/wai-aria-practices-1.1/">https://www.w3.org/TR/wai-aria-practices-1.1/</a></dd>
<dt>Latest editor's draft:</dt><dd><a href="https://w3c.github.io/aria-practices/">https://w3c.github.io/aria-practices/</a></dd>
Expand Down

0 comments on commit dee86ed

Please sign in to comment.