-
Notifications
You must be signed in to change notification settings - Fork 161
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
IgxDatePicker accessibility issue #8080
Labels
🐛 bug
Any issue that describes a bug
📅 date-picker
🔥 severity: high
version: 9.1.x
version: 10.1.x
version: 10.2.x
♿ a11y
When the issue or PR is related to accessibility
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
teodosiah
added
🐛 bug
Any issue that describes a bug
📅 date-picker
accessibility
version: 10.0.x
version: 10.1.x
labels
Sep 2, 2020
valadzhov
added
🛠️ status: in-development
Issues and PRs with active development on them
and removed
🆕 status: new
labels
Sep 9, 2020
Lipata
added
🆕 status: new
version: 9.1.x
version: 10.2.x
and removed
🛠️ status: in-development
Issues and PRs with active development on them
version: 10.0.x
labels
Sep 14, 2020
IvayloG
added
🛠️ status: in-development
Issues and PRs with active development on them
and removed
🆕 status: new
labels
Sep 16, 2020
A complete ARIA implementation for this component will be implemented as part of the #6346 |
IvayloG
added a commit
that referenced
this issue
Sep 18, 2020
IvayloG
added
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
❌ status: awaiting-test
PRs awaiting manual verification
and removed
🛠️ status: in-development
Issues and PRs with active development on them
labels
Sep 18, 2020
IvayloG
added a commit
that referenced
this issue
Sep 21, 2020
IvayloG
added a commit
that referenced
this issue
Sep 23, 2020
14 tasks
IvayloG
added a commit
that referenced
this issue
Sep 24, 2020
chore(datepicker): Fix merge and test issues #8080 chore(datepicker): Set prop public
IvayloG
added a commit
that referenced
this issue
Sep 24, 2020
IvayloG
added a commit
that referenced
this issue
Sep 24, 2020
# Conflicts: # projects/igniteui-angular/src/lib/date-picker/date-picker.component.spec.ts
IvayloG
added a commit
that referenced
this issue
Sep 24, 2020
14 tasks
IvayloG
added a commit
that referenced
this issue
Sep 24, 2020
# Conflicts: # projects/igniteui-angular/src/lib/date-picker/date-picker.component.spec.ts # Conflicts: # projects/igniteui-angular/src/lib/date-picker/date-picker.component.spec.ts
Lipata
pushed a commit
that referenced
this issue
Sep 25, 2020
Lipata
pushed a commit
that referenced
this issue
Sep 25, 2020
Lipata
pushed a commit
that referenced
this issue
Sep 25, 2020
kdinev
added
♿ a11y
When the issue or PR is related to accessibility
and removed
accessibility
labels
Jan 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🐛 bug
Any issue that describes a bug
📅 date-picker
🔥 severity: high
version: 9.1.x
version: 10.1.x
version: 10.2.x
♿ a11y
When the issue or PR is related to accessibility
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
Using the following code for igx-datepicker
Unfortunately generated code fails accessibility testing.
Expected result
Input fields should always have a description that is explicitly associated with the field to make sure that users of assistive technologies will also know what the field is for.
If the input field has a visible description indicating the purpose of the field, this description should be explicitly associated to the input field either as an HTML label or using the WAI-ARIA attribute 'aria-labelledby'.
If it is not possible to add a visible description, either add a mouseover text ('title' attribute) to the input field or create an invisible label using the WAI-ARIA attribute 'aria-label'.
The text was updated successfully, but these errors were encountered: