-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(a11y): vertical nav - remove incorrect usage of links at top leve…
…l for the vertical nav story (#1455) ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [x] Docs have been added / updated (for bug fixes / features) - [ ] If applicable, have a visual design approval ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Documentation content changes - [ ] Other... Please describe: ## What is the current behavior? This is a bug in the vertical nav routing story, and not the vertical nav component. Links are used in the top level for the nav with routing story which results in an independent accordion icon button being added to the DOM that has state but no label. The top-level entries should not be links. That usage is incorrect and breaks the component. <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Issue Number: [CDE-1390](https://jira.eng.vmware.com/browse/CDE-1390) ## What is the new behavior? ## Does this PR introduce a breaking change? - [ ] Yes - [x] No <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information This will fix related bug : [CDE-1391](https://jira.eng.vmware.com/browse/CDE-1391) --------- Co-authored-by: Andrea Fernandes <[email protected]> Co-authored-by: GitHub <[email protected]>
- Loading branch information
1 parent
403a827
commit b21e36e
Showing
9 changed files
with
8 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+494 Bytes
(100%)
...hots/chromium/vertical-nav/vertical-nav-routing--nav-with-routing-core-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+527 Bytes
(100%)
...ots/chromium/vertical-nav/vertical-nav-routing--nav-with-routing-core-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.65 KB
(100%)
tests/snapshots/chromium/vertical-nav/vertical-nav-routing--showcase-core-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.79 KB
(100%)
...s/snapshots/chromium/vertical-nav/vertical-nav-routing--showcase-core-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+494 Bytes
(100%)
...shots/firefox/vertical-nav/vertical-nav-routing--nav-with-routing-core-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+400 Bytes
(100%)
...hots/firefox/vertical-nav/vertical-nav-routing--nav-with-routing-core-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3 KB
(100%)
tests/snapshots/firefox/vertical-nav/vertical-nav-routing--showcase-core-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.43 KB
(100%)
tests/snapshots/firefox/vertical-nav/vertical-nav-routing--showcase-core-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.