We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd77433 commit b3703f8Copy full SHA for b3703f8
web_src/js/webcomponents/overflow-menu.js
@@ -91,6 +91,8 @@ window.customElements.define('overflow-menu', class extends HTMLElement {
91
}
92
93
connectedCallback() {
94
+ this.setAttribute('role', 'navigation');
95
+
96
// check whether the mandatory `.overflow-menu-items` element is present initially which happens
97
// with Vue which renders differently than browsers. If it's not there, like in the case of browser
98
// template rendering, wait for its addition.
0 commit comments