-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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(UIShell): change div to ul #10516
Conversation
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: 4b63c3f 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/61f1a9ce0bf8870008c47941 😎 Browse the preview: https://deploy-preview-10516--carbon-react-next.netlify.app |
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: 4b63c3f 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/61f1a9ce1ac414000862c77a 😎 Browse the preview: https://deploy-preview-10516--carbon-elements.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: 4b63c3f 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/61f1a9ce05a0c1000821f2b1 😎 Browse the preview: https://deploy-preview-10516--carbon-components-react.netlify.app |
…0516) * feat(data-table): sync with v11 * fix(data-table): fix to compile * fix(table): more compile error fix * fix(data-table): address some comments * fix(data-table): sizes, checkbox, skeleton * chore(data-table): restructuring story directory * fix(data-table): overflow hover on menu * fix(data-table): updated docs * feat(data-table): dispatching elements * fix(data-table): single story folder and example update * fix(data-table): cleanup * fix(data-table): addressed comments * fix(data-table): addressed comments * fix(data-table): addressed final comments * fix(data-table): refactored styles for attribute within host * fix(data-table): emit tokens --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Closes #10515
Changes the element from a
div
to aul
, since it contains a list ofli
Changelog
Changed
div
changed toul
inUIShell/HeaderSideNavItems
Testing / Reviewing
Ensure it renders as expected and no new a11y violations are thrown