Skip to content
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

fix(left-nav): change element order #3996

Merged
merged 2 commits into from
Sep 18, 2020

Conversation

asudoh
Copy link
Contributor

@asudoh asudoh commented Sep 17, 2020

Related Ticket(s)

Refs #3940.

Description

Changes the element order of <dds-left-nav> vs. the rest of the masthead so VoiceOver cursor won't immediately go out as user moves VoiceOver cursor after opening left nav.

Also, deactivates the focus sentinel of <dds-masthead-menu-button> given it's not needed unless left nav opens and using it while left nav is closed adds redundant tab-stop.

Changelog

Changed

  • The element order of <dds-left-nav>.
  • A change to deactivate the focus sentinel of <dds-masthead-menu-button> while left nav is closed.

Changes the element order of `<dds-left-nav>` vs. the rest of the
masthead so VoiceOver cursor won't immediately go out as user moves
VoiceOver cursor after opening left nav.

Also, deactivates the focus sentinel of `<dds-masthead-menu-button>`
given it's not needed unless left nav opens and using it while left nav
is closed adds redundant tab-stop.

Refs carbon-design-system#3940.
@asudoh asudoh added the package: web components Work necessary for the IBM.com Library web components package label Sep 17, 2020
@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Sep 17, 2020

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Sep 17, 2020

Copy link
Member

@jeffchew jeffchew left a comment

Choose a reason for hiding this comment

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

LGTM!

@jeffchew jeffchew added the Ready to merge Label for the pull requests that are ready to merge label Sep 18, 2020
@kodiakhq kodiakhq bot merged commit 3430b8a into carbon-design-system:master Sep 18, 2020
@asudoh asudoh deleted the left-nav-order branch September 18, 2020 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: web components Work necessary for the IBM.com Library web components package Ready to merge Label for the pull requests that are ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants