diff --git a/js/jquery-accessibleMegaMenu.js b/js/jquery-accessibleMegaMenu.js index 353a10f..88b580a 100644 --- a/js/jquery-accessibleMegaMenu.js +++ b/js/jquery-accessibleMegaMenu.js @@ -876,6 +876,7 @@ limitations under the License. // Add attributes to sub nav. topnavitempanel.attr({ "role": "region", + "aria-expanded": false, "aria-hidden": true }) .addClass(settings.panelClass)