From 99de213adb3633cd68a5689fdfb2cc612cf263ef Mon Sep 17 00:00:00 2001 From: 321gillian Date: Tue, 14 Jan 2025 09:09:21 +0000 Subject: [PATCH] chore(time-picker): a11y checklist (#833) --- .../gux-time-picker/a11yManualChecklist.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/genesys-spark-components/src/components/stable/gux-time-picker/a11yManualChecklist.md diff --git a/packages/genesys-spark-components/src/components/stable/gux-time-picker/a11yManualChecklist.md b/packages/genesys-spark-components/src/components/stable/gux-time-picker/a11yManualChecklist.md new file mode 100644 index 0000000000..3f08dff217 --- /dev/null +++ b/packages/genesys-spark-components/src/components/stable/gux-time-picker/a11yManualChecklist.md @@ -0,0 +1,19 @@ +# gux-time-picker manual accessibility testing status + +**Last Updated:** 2025-01-13T12:06:00.322Z +| Pass | WCAG Success Criterion | Notes | +| --- | --- | --- | +| ✅ | [1.1.1 Non-text Content](https://www.w3.org/WAI/WCAG22/Understanding/non-text-content.html) | - | +| ✅ | [2.1.1 Keyboard](https://www.w3.org/WAI/WCAG22/Understanding/keyboard.html) | - | +| ✅ | [2.1.2 No Keyboard Trap](https://www.w3.org/WAI/WCAG22/Understanding/no-keyboard-trap.html) | - | +| ✅ | [2.4.3 Focus Order](https://www.w3.org/WAI/WCAG22/Understanding/focus-order.html) | - | +| ✅ | [2.4.7 Focus Visible](https://www.w3.org/WAI/WCAG22/Understanding/focus-visible.html) | - | +| ✅ | [2.4.11 Focus Not Obscured](https://www.w3.org/WAI/WCAG22/Understanding/focus-not-obscured-minimum) | - | +| ✅ | [2.5.3 Label in Name](https://www.w3.org/WAI/WCAG22/Understanding/label-in-name.html#dfn-name) | - | +| ✅ | [2.5.7 Dragging Movements](https://www.w3.org/WAI/WCAG22/Understanding/dragging-movements) | - | +| ✅ | [3.2.1 On Focus](https://www.w3.org/WAI/WCAG22/Understanding/on-focus.html) | - | +| ✅ | [3.2.2 On Input](https://www.w3.org/WAI/WCAG22/Understanding/on-input.html) | - | +| ❌ | [3.3.1 Error Identification](https://www.w3.org/WAI/WCAG22/Understanding/error-identification.html) | Error is not provided to user without gux-form-field-time-picker | +| ❌ | [3.2.2 Labels or Instructions](https://www.w3.org/WAI/WCAG22/Understanding/labels-or-instructions.html) | [COMUI-3410](https://inindca.atlassian.net/browse/COMUI-3410) No indication provided of step in input | +| ✅ | [4.1.2: Name, Role, Value](https://www.w3.org/WAI/WCAG22/Understanding/name-role-value.html) | - | +| ✅ | [4.1.3 Status Messages](https://www.w3.org/WAI/WCAG22/Understanding/status-messages.html) | - |