Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

A11y fix skip areas #1773

Merged
merged 3 commits into from
Jan 25, 2022
Merged

A11y fix skip areas #1773

merged 3 commits into from
Jan 25, 2022

Conversation

stevefrenzel
Copy link
Contributor

Description

Replaced header element in sidebar navigation with figure element in order to avoid having two header elements on the same page.

Related Issue

How Has This Been Tested?

  • Dev tools
  • WAVE browser extension

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation added/updated

@update-docs
Copy link

update-docs bot commented Nov 9, 2021

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@@ -71,7 +71,7 @@ export default {
padding: var(--oc-space-large) 0 var(--oc-space-medium);
width: var(--oc-size-width-medium);

&-header {
&-figure {
Copy link
Contributor

Choose a reason for hiding this comment

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

Since you didn't change the class in line 10 in src/components/OcSidebarNav.spec.js this change is not needed

@pascalwengerter pascalwengerter merged commit 01dc352 into a11y-updates Jan 25, 2022
@delete-merged-branch delete-merged-branch bot deleted the a11y-fix-skip-areas branch January 25, 2022 14:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants