-
Notifications
You must be signed in to change notification settings - Fork 172
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
WIP: feat: enhance a11y & add vuejs-accessibility lint rule #723
WIP: feat: enhance a11y & add vuejs-accessibility lint rule #723
Conversation
# Conflicts: # .npmrc # packages/oruga-next/.eslintrc.cjs # packages/oruga-next/package-lock.json # packages/oruga-next/package.json # packages/oruga-next/src/components/datepicker/DatepickerTableRow.vue # packages/oruga-next/src/components/input/Input.vue # packages/oruga-next/src/shims-vue.d.ts # packages/oruga-next/vite.config.ts
# Conflicts: # packages/oruga-next/.eslintrc.cjs # packages/oruga-next/package.json
# Conflicts: # packages/oruga-next/package-lock.json # packages/oruga-next/package.json # packages/oruga-next/src/components/checkbox/Checkbox.vue # packages/oruga-next/src/components/datetimepicker/Datetimepicker.vue # packages/oruga-next/src/components/field/FieldBody.vue # packages/oruga-next/src/components/loading/Loading.vue # packages/oruga-next/src/components/loading/index.ts # packages/oruga-next/src/components/modal/Modal.vue # packages/oruga-next/src/components/modal/index.ts # packages/oruga-next/src/components/notification/index.ts # packages/oruga-next/src/components/sidebar/Sidebar.vue # packages/oruga-next/src/components/skeleton/Skeleton.vue # packages/oruga-next/src/utils/FormElementMixin.ts # packages/oruga-next/src/utils/NoticeMixin.ts # packages/oruga-next/src/utils/TimepickerMixin.ts # packages/oruga-next/src/utils/helpers.ts
# Conflicts: # packages/oruga-next/package-lock.json # packages/oruga-next/package.json
…nge `ariaLabelledby` to `id` prop
… to match the native role attribute
❌ Deploy Preview for oruga-documentation-preview failed.
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #723 +/- ##
===========================================
+ Coverage 54.32% 55.04% +0.72%
===========================================
Files 31 32 +1
Lines 1493 1466 -27
Branches 530 522 -8
===========================================
- Hits 811 807 -4
+ Misses 682 659 -23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Fixes #596
Fixes #446
Proposed Changes
TODO: