From 3bc69e87ae830ddade4e50375b6932344622e61f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:08:19 +0000 Subject: [PATCH 1/2] chore: bump @progress/wct-a11y-spec from 2.16.0 to 2.17.0 in /src-a11y Bumps [@progress/wct-a11y-spec](https://github.com/telerik/web-components-ux) from 2.16.0 to 2.17.0. - [Commits](https://github.com/telerik/web-components-ux/commits) --- updated-dependencies: - dependency-name: "@progress/wct-a11y-spec" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src-a11y/package-lock.json | 6 +++--- src-a11y/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-a11y/package-lock.json b/src-a11y/package-lock.json index 6456b4ef03..1b5418c107 100644 --- a/src-a11y/package-lock.json +++ b/src-a11y/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@progress/wct-a11y-spec": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/@progress/wct-a11y-spec/-/wct-a11y-spec-2.16.0.tgz", - "integrity": "sha512-3UZgD6cvS+ANV6oko8G07RKmLzkCNZJXrxRjkdgg/vrJcqMah3ZQOAwT25TaNp3Gj6DEWOSlfn9CcAa4PZO86Q==", + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/@progress/wct-a11y-spec/-/wct-a11y-spec-2.17.0.tgz", + "integrity": "sha512-pGBy/9xIAaZEuzylEu9MZ9ix5g1sgvwwK3Zpg6QiTuo1GSOafsyymQrBmx57y1ttBLWk58ooApjtcF3aUOXKlA==", "dev": true }, "abbrev": { diff --git a/src-a11y/package.json b/src-a11y/package.json index 53d83c6baa..bd15ff8996 100644 --- a/src-a11y/package.json +++ b/src-a11y/package.json @@ -8,7 +8,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@progress/wct-a11y-spec": "^2.16.0", + "@progress/wct-a11y-spec": "^2.17.0", "gulp": "^4.0.2", "gulp-json-editor": "^2.5.6", "gulp-rename": "^2.0.0", From 94a2aeaf5cb0c9b3e309f761ec805a10d64309a5 Mon Sep 17 00:00:00 2001 From: kendo-bot Date: Mon, 20 Jan 2025 15:08:48 +0000 Subject: [PATCH 2/2] docs: update accessibility and keyboard-nav specs --- components/colorpicker/accessibility/wai-aria-support.md | 1 + components/combobox/accessibility/wai-aria-support.md | 1 + components/datepicker/accessibility/wai-aria-support.md | 1 + components/datetimepicker/accessibility/wai-aria-support.md | 1 + components/editor/accessibility/wai-aria-support.md | 1 + components/numerictextbox/accessibility/wai-aria-support.md | 1 + components/timepicker/accessibility/wai-aria-support.md | 1 + 7 files changed, 7 insertions(+) diff --git a/components/colorpicker/accessibility/wai-aria-support.md b/components/colorpicker/accessibility/wai-aria-support.md index a1c97991a7..3dbbce3330 100644 --- a/components/colorpicker/accessibility/wai-aria-support.md +++ b/components/colorpicker/accessibility/wai-aria-support.md @@ -38,6 +38,7 @@ The ColorPicker popup contains in itself ColorGradient, ColorPalette, a UI to sw | | `tabindex=0` | The element must be focusable. | | `.k-invalid,.ng-invalid` | `aria-invalid=true` | Attribute is rendered only when the picker is in form and announces the valid state of the component. | | `.k-colorpicker.k-disabled` | `aria-disabled=true` | Attribute is rendered only when the picker is disabled. | +| `.k-colorpicker.k-disabled .k-button` | `disabled` or `aria-disabled=true` | Attribute is rendered only when the picker is disabled. | ### ColorGradient in the Popup diff --git a/components/combobox/accessibility/wai-aria-support.md b/components/combobox/accessibility/wai-aria-support.md index 9401a8e7e6..72f74835b4 100644 --- a/components/combobox/accessibility/wai-aria-support.md +++ b/components/combobox/accessibility/wai-aria-support.md @@ -47,6 +47,7 @@ The following table summarizes the selectors and attributes supported by the Com | `.k-input-button` | `role=button` or `nodeName=button` | The element must either be a `