-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Accessibility: WAI-ARIA roles nesting wrong in menu #38617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessibility: WAI-ARIA roles nesting wrong in menu #38617
Conversation
|
Hi @mirianfalconi. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
|
@magento run all tests |
|
|
||
| $html .= '<li ' . $this->_getRenderedMenuItemAttributes($child) . '>'; | ||
| $html .= '<a href="' . $child->getUrl() . '" ' . $outermostClassCode . '><span>' . $this->escapeHtml( | ||
| $html .= '<a href="' . $child->getUrl() . '" ' . $outermostClassCode . ' role="menuitem"><span>' . $this->escapeHtml( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $html .= '<a href="' . $child->getUrl() . '" ' . $outermostClassCode . ' role="menuitem"><span>' . $this->escapeHtml( | |
| $html .= '<a href="' . $child->getUrl() . '" ' | |
| . $outermostClassCode | |
| . ' role="menuitem"><span>' | |
| . $this->escapeHtml( |
To fix coding standard:
FILE: /var/www/html/app/code/Magento/Theme/Block/Html/Topmenu.php
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
249 | WARNING | Line exceeds 120 characters; contains 129 characters
|
@magento run all tests |
|
@magento run all tests |
|
@magento give me test instance |
|
Hi @Franciscof-Serfe. Thank you for your request. I'm working on Magento instance for you. |
|
Hi @Franciscof-Serfe, here is your Magento Instance: https://186102f3462c95ef8679028b19122c14.instances-prod.magento-community.engineering |
|
@magento run all tests |
engcom-Hotel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @mirianfalconi,
Thanks for the collaboration!
The changes seems good to us. But please fix the failed static tests.
Thanks
|
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE, Unit Tests, WebAPI Tests |
|
The consistent Functional B2B Tests failure is known issue and Jira has been raised for the same. Other failures are inconsistent and flaky. They neither part of PR nor failing because of the PR changes. Known Issue: StorefrontProductNoLongerVisibleInWishlistOnceUserUnassignedFromCompanyTest ACQE-8287 Hence moving this PR in Merge In Progress. |
|
@magento run all tests |
|
The PR was giving failures on copyright in mainline PR, hence moving it to Extended Testing. |
|
Updated the copyright year. |
|
@magento run all tests |
1 similar comment
|
@magento run all tests |
|
Failed to run the builds. Please try to re-run them later. |
|
@magento run all tests |
|
@magento run all tests |
|
@magento run all tests |
|
@magento run Static Tests |
|
@magento run all tests |
|
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE, Integration Tests |
|
@magento run Functional Tests B2B, Functional Tests CE, Integration Tests, WebAPI Tests |
|
@magento run Functional Tests B2B |
|
One Functional B2B test failure is consistent in recent 2 builds and its a known issue. Rest of the failures are neither part of PR now failing because of this PR changes.
Known Issue: The Integration failure is a known issue. Hence moving this PR to Merge in Progress. Known issue: |
b8cc640
into
magento:2.4-develop





Fixed Issues (if relevant)
Manual testing scenarios (*)
Resolved issues: