Skip to content

Commit dc2077b

Browse files
committed
Add screen reader text
1 parent dfd531a commit dc2077b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sections/menus/menus.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h3>The <code>menu</code> and <code>menuitem</code> modules can be used create c
1010

1111
<p>There are two kinds of menus: the application (top) menu and context (right-click) menu.</p>
1212

13-
<p>Open the <a class="u-exlink" href="http://electron.atom.io/docs/latest/api/menu">full API documentation</a> in your browser.</p>
13+
<p>Open the <a class="u-exlink" href="http://electron.atom.io/docs/latest/api/menu">full API documentation<span>(opens in new window)</span></a> in your browser.</p>
1414
</div>
1515
</header>
1616

@@ -32,9 +32,9 @@ <h2>ProTip</h2>
3232
<p>When designing an app for multiple operating systems it's important to be mindful of the ways application menu conventions differ on each operating system.</p>
3333
<p>For instance, on Windows, accelerators are set with an <code>&</code>. Naming conventions also vary, like between "Settings" or "Preferences". Below are resources for learning operating system specific standards.</p>
3434
<ul>
35-
<li><a class="u-exlink" href="https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/MenuBarMenus.html#//apple_ref/doc/uid/20000957-CH29-SW1">OS X</a></li>
36-
<li><a class="u-exlink" href="https://msdn.microsoft.com/en-us/library/windows/desktop/bb226797(v=vs.85).aspx">Windows</a></li>
37-
<li><a class="u-exlink" href="https://developer.gnome.org/hig/stable/menu-bars.html.en">Linux</a></li>
35+
<li><a class="u-exlink" href="https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/MenuBarMenus.html#//apple_ref/doc/uid/20000957-CH29-SW1">OS X<span>(opens in new window)</span></a></li>
36+
<li><a class="u-exlink" href="https://msdn.microsoft.com/en-us/library/windows/desktop/bb226797(v=vs.85).aspx">Windows<span>(opens in new window)</span></a></li>
37+
<li><a class="u-exlink" href="https://developer.gnome.org/hig/stable/menu-bars.html.en">Linux<span>(opens in new window)</span></a></li>
3838
</ul>
3939
</div>
4040
</div>

0 commit comments

Comments
 (0)