Insert a skip-to-main-content link on the first sideMenuPart
Clicking a sideMenuPart would throw the tab index back to the top, meaning you have to tab all the way through to your current sideMenuPart before you will reach the skip-to-main-content link. I'm not sure if this is a browser-specific issue. This change adds a skip-link to the first sideMenuPartand the data-activesideMenuPart to ensure this case is covered.
Update invocation of ensureNavButtonInteractable function
I wasn't seeing this function's effects on the prod docs, hopefully updating the way its invoked will fix this
Issue \
Description of changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Round 2!
sideMenuPart
sideMenuPart
would throw the tab index back to the top, meaning you have to tab all the way through to your currentsideMenuPart
before you will reach the skip-to-main-content link. I'm not sure if this is a browser-specific issue. This change adds a skip-link to the firstsideMenuPart
and thedata-active
sideMenuPart
to ensure this case is covered.ensureNavButtonInteractable
functionIssue \
Description of changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.