From 5cd7e8de883aa6b0ae549a04925f47ff27675562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:05:44 +0000 Subject: [PATCH 1/2] chore: bump @progress/wct-a11y-spec from 2.19.1 to 2.20.0 in /src-a11y Bumps [@progress/wct-a11y-spec](https://github.com/telerik/web-components-ux) from 2.19.1 to 2.20.0. - [Commits](https://github.com/telerik/web-components-ux/commits) --- updated-dependencies: - dependency-name: "@progress/wct-a11y-spec" dependency-version: 2.20.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src-a11y/package-lock.json | 8 ++++---- src-a11y/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src-a11y/package-lock.json b/src-a11y/package-lock.json index cb803adc4..fa2a1d01d 100644 --- a/src-a11y/package-lock.json +++ b/src-a11y/package-lock.json @@ -8,7 +8,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "@progress/wct-a11y-spec": "^2.19.1", + "@progress/wct-a11y-spec": "^2.20.0", "gulp": "^4.0.2", "gulp-json-editor": "^2.5.6", "gulp-rename": "^2.0.0", @@ -19,9 +19,9 @@ } }, "node_modules/@progress/wct-a11y-spec": { - "version": "2.19.1", - "resolved": "https://registry.npmjs.org/@progress/wct-a11y-spec/-/wct-a11y-spec-2.19.1.tgz", - "integrity": "sha512-9nadgzZzd6hICjSPm5eREmY2qa+wGCCon3yxtAd4wLAyQ43kc6SmrtIlHQCXXIOzeynxz6pfVbB8ucSoa7mcVQ==", + "version": "2.20.0", + "resolved": "https://registry.npmjs.org/@progress/wct-a11y-spec/-/wct-a11y-spec-2.20.0.tgz", + "integrity": "sha512-iE5q/VHnlDZmKf3o5Jg+5x5qoHcfBkc52BPUhvz+LkGcZKHEnB3+grsxyWMibxmu9wxp9clSheU0BpPp9yRQKw==", "dev": true, "license": "SEE LICENSE IN LICENSE.md", "engines": { diff --git a/src-a11y/package.json b/src-a11y/package.json index 238f7942e..d7ac5e1b2 100644 --- a/src-a11y/package.json +++ b/src-a11y/package.json @@ -8,7 +8,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@progress/wct-a11y-spec": "^2.19.1", + "@progress/wct-a11y-spec": "^2.20.0", "gulp": "^4.0.2", "gulp-json-editor": "^2.5.6", "gulp-rename": "^2.0.0", From a004efbed1b0424dacd87ad1f2521a6efe89196e Mon Sep 17 00:00:00 2001 From: kendo-bot Date: Mon, 15 Dec 2025 15:06:10 +0000 Subject: [PATCH 2/2] docs: update accessibility and keyboard-nav specs --- components/tilelayout/accessibility/wai-aria-support.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/tilelayout/accessibility/wai-aria-support.md b/components/tilelayout/accessibility/wai-aria-support.md index 5336e82f4..dbc176c87 100644 --- a/components/tilelayout/accessibility/wai-aria-support.md +++ b/components/tilelayout/accessibility/wai-aria-support.md @@ -30,8 +30,6 @@ This section lists the selectors, attributes, and behavior patterns supported by | | `aria-labelledby` | Associates the focusable item wrapper with the respective header text element (.k-tilelayout-item-header .k-card-title). | | | `tabindex=0` | Makes the item wrapper element focusable. | | | `aria-keyshortcuts=Enter` | Announces Enter as an available key shortcut when the item is focused. | -| | `aria-dropeffect=execute` | Announces that an action, supported by the drop-target (resizing or reordering) will be executed when the item is dropped. | -| | `aria-grabbed=true/false` | The "aria-grabbed" state indicates an element's 'grabbed' state in a drag-and-drop operation. | | `.k-tilelayout-item-header .k-card-title` | `id` | Unique and deterministic identifier to link the header text element to the focusable wrapper. | ## Section 508