Skip to content

fix: make top nav bar right elements within a nav - #63239

Open
kristian-zendato wants to merge 1 commit into
masterfrom
fix/top-navbar-right-elements-nav
Open

fix: make top nav bar right elements within a nav#63239
kristian-zendato wants to merge 1 commit into
masterfrom
fix/top-navbar-right-elements-nav

Conversation

@kristian-zendato

Copy link
Copy Markdown
Contributor

Summary

  • Move the top navbar right elements within a nav element.

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Signed-off-by: kristian.zendato <kristian.zendato@nextcloud.com>
@kristian-zendato
kristian-zendato requested review from a team as code owners August 14, 2026 06:42
@kristian-zendato
kristian-zendato requested review from icewind1991, leftybournes, provokateurin, skjnldsv, sorbaugh and susnux and removed request for a team August 14, 2026 06:42
@susnux
susnux requested a review from pringelmann August 14, 2026 13:30
<div id="contactsmenu"></div>
<div id="user-menu"></div>
</div>
<nav class="header-end" aria-label="<?php p($l->t('User menu')); ?>">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thats not the user menu, the user menu is the one on the very end.
This navigation should have a different label

Also the content within must have proper roles.

  • ul needs role = menubar
  • li needs role = none
  • button within need role = menuitem -> this needs to be fixed in NcHeaderButton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants