diff --git a/src/components/Menu/ActionList.vue b/src/components/Menu/ActionList.vue
index d9455fc86cb..5cc77144cb1 100644
--- a/src/components/Menu/ActionList.vue
+++ b/src/components/Menu/ActionList.vue
@@ -27,7 +27,6 @@
:container="menuIDSelector"
:aria-label="labelWithSelected"
:type="state.active ? 'primary': 'tertiary'"
- :aria-activedescendant="currentChild ? `${$menuID}-child-${currentChild.key}` : null"
:force-menu="true"
:name="labelWithSelected"
:data-text-action-entry="actionEntry.key"
@@ -37,7 +36,6 @@