Skip to content

Commit d7bf6d7

Browse files
chore: bump @progress/wct-a11y-spec from 2.2.2 to 2.2.3 in /src-a11y (#1489)
* chore: bump @progress/wct-a11y-spec from 2.2.2 to 2.2.3 in /src-a11y Bumps [@progress/wct-a11y-spec](https://github.com/telerik/web-components-ux) from 2.2.2 to 2.2.3. - [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-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: update accessibility and keyboard-nav specs --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kendo-bot <[email protected]>
1 parent 98b5ffd commit d7bf6d7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
2929
| | `aria-roledescription=carousel` | Clarifies the role of the Carousel element. |
3030
| | `tabindex=0` | Carousel element must be focusable. |
3131
| `.k-scrollview-wrap` | `role=list` | Clarifies the scrollview wrap as a list of items (images). |
32+
| `.k-scrollview-nav-wrap>.k-scrollview-nav .k-button` | `aria-label` | The buttons need an accessible name |
3233
| `.k-scrollview>.k-sr-only` | `aria-live=polite` | Identifies a hidden element as a live region in the `polite` state, meaning assistive technology users are informed about changes to the region at the next available opportunity. |
3334
| | `aria-live=off` | Identifies a hidden element as a live region that is in the `off` state, meaning assistive technology users are not informed about changes to the region. |
3435
| `.k-scrollview-wrap>*` | `role=listitem` | Specifies the role of each Carousel item. |

src-a11y/package-lock.json

Lines changed: 3 additions & 3 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.2.2",
11+
"@progress/wct-a11y-spec": "^2.2.3",
1212
"gulp": "^4.0.2",
1313
"gulp-json-editor": "^2.5.6",
1414
"gulp-rename": "^2.0.0",

0 commit comments

Comments
 (0)