diff --git a/src/components/Menu/ActionList.vue b/src/components/Menu/ActionList.vue index 92f5066255c..30e60522bf2 100644 --- a/src/components/Menu/ActionList.vue +++ b/src/components/Menu/ActionList.vue @@ -27,6 +27,7 @@ v-bind="state" :container="menuIDSelector" :aria-label="actionEntry.label" + :aria-activedescendant="currentChild ? `${$menuID}-child-${currentChild.key}` : null" :force-menu="true" :name="actionEntry.label" :data-text-action-entry="actionEntry.key" @@ -37,6 +38,7 @@ { disabled: isDisabled(actionEntry, $editor), class: getEntryClasses(actionEntry, active), active, + 'aria-selected': active, } }