Skip to content

Commit 395e568

Browse files
chore: bump @progress/wct-a11y-spec from 2.19.1 to 2.20.0 in /src-a11y (#3410)
* 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] <support@github.com> * docs: update accessibility and keyboard-nav specs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kendo-bot <kendouiteam@progress.com>
1 parent fb361b1 commit 395e568

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

components/tilelayout/accessibility/wai-aria-support.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ This section lists the selectors, attributes, and behavior patterns supported by
3030
| | `aria-labelledby` | Associates the focusable item wrapper with the respective header text element (.k-tilelayout-item-header .k-card-title). |
3131
| | `tabindex=0` | Makes the item wrapper element focusable. |
3232
| | `aria-keyshortcuts=Enter` | Announces Enter as an available key shortcut when the item is focused. |
33-
| | `aria-dropeffect=execute` | Announces that an action, supported by the drop-target (resizing or reordering) will be executed when the item is dropped. |
34-
| | `aria-grabbed=true/false` | The "aria-grabbed" state indicates an element's 'grabbed' state in a drag-and-drop operation. |
3533
| `.k-tilelayout-item-header .k-card-title` | `id` | Unique and deterministic identifier to link the header text element to the focusable wrapper. |
3634

3735
## Section 508

src-a11y/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-a11y/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "",
99
"license": "ISC",
1010
"devDependencies": {
11-
"@progress/wct-a11y-spec": "^2.19.1",
11+
"@progress/wct-a11y-spec": "^2.20.0",
1212
"gulp": "^4.0.2",
1313
"gulp-json-editor": "^2.5.6",
1414
"gulp-rename": "^2.0.0",

0 commit comments

Comments
 (0)