Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!11257
Issue
#3508199
: Navigation Top Bar accessibility issues found by Nightwatch tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3508199
: Navigation Top Bar accessibility issues found by Nightwatch tests
issue/drupal-3508199:3508199-navigation-top-bar-axe
into
11.x
Overview
0
Commits
5
Pipelines
7
Changes
2
Closed
Pablo López
requested to merge
issue/drupal-3508199:3508199-navigation-top-bar-axe
into
11.x
1 month ago
Overview
0
Commits
5
Pipelines
7
Changes
2
Expand
Closes
#3508199
0
0
Merge request reports
Compare
11.x
version 6
ed254e66
1 month ago
version 5
f738dde6
1 month ago
version 4
256cfaf7
1 month ago
version 3
396a1670
1 month ago
version 2
f60849e3
1 month ago
version 1
9ebd2dad
1 month ago
11.x (base)
and
latest version
latest version
a0a12156
5 commits,
1 month ago
version 6
ed254e66
4 commits,
1 month ago
version 5
f738dde6
3 commits,
1 month ago
version 4
256cfaf7
2 commits,
1 month ago
version 3
396a1670
1 commit,
1 month ago
version 2
f60849e3
1 commit,
1 month ago
version 1
9ebd2dad
1 commit,
1 month ago
2 files
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
core/modules/navigation/templates/top-bar-page-actions.html.twig
+
1
−
0
Options
@@ -23,6 +23,7 @@
{%
include
'navigation:toolbar-button'
with
{
icon
:
'dots'
,
action
:
'More actions'
|
t
,
attributes
:
create_attribute
(
{
'aria-expanded'
:
'false'
,
Loading