We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3a434 commit 6918a17Copy full SHA for 6918a17
src/librustdoc/html/layout.rs
@@ -79,12 +79,12 @@ pub fn render<T: Print, S: Print>(
79
{sidebar}\
80
</nav>\
81
<div class=\"theme-picker\">\
82
- <button id=\"theme-picker\" aria-label=\"Pick another theme!\">\
+ <button id=\"theme-picker\" aria-label=\"Pick another theme!\" aria-haspopup=\"menu\">\
83
<img src=\"{static_root_path}brush{suffix}.svg\" \
84
width=\"18\" \
85
alt=\"Pick another theme!\">\
86
</button>\
87
- <div id=\"theme-choices\"></div>\
+ <div id=\"theme-choices\" role=\"menu\"></div>\
88
</div>\
89
<script src=\"{static_root_path}theme{suffix}.js\"></script>\
90
<nav class=\"sub\">\
0 commit comments