Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(menubar): remove incorrect
aria-activedescendant
- `aria-activedescendant` should identify a visually focused element when the real focus remains on this element. In the current implementation it identified selected element (even when the menu is closed), not the focused. - `aria-activedescendant` is not needed because NcAction has actual focus anyway. In case it will be actually needed, it should be implemented in the `NcActions` Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
- Loading branch information