You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested this on macOS with VoiceOver, and it does not pick up the title as the text of the button. Kind of makes sense, since title and aria-label are not the same. This will make sure that the buttons and links are labeled properly.
Copy file name to clipboardExpand all lines: src/theme/index.hbs
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,10 @@
89
89
<divid="menu-bar"class="menu-bar">
90
90
<divid="menu-bar-sticky-container">
91
91
<divclass="left-buttons">
92
-
<buttonid="sidebar-toggle"class="icon-button"type="button"title="Toggle Table of Contents"aria-controls="sidebar">
92
+
<buttonid="sidebar-toggle"class="icon-button"type="button"title="Toggle Table of Contents"aria-label="Toggle Table of Contents"aria-controls="sidebar">
0 commit comments