Skip to content

Commit ae97d14

Browse files
chore: bump @progress/wct-a11y-spec from 2.21.0 to 2.22.0 in /src-a11y (#3576)
* chore: bump @progress/wct-a11y-spec from 2.21.0 to 2.22.0 in /src-a11y Bumps [@progress/wct-a11y-spec](https://github.com/telerik/web-components-ux) from 2.21.0 to 2.22.0. - [Commits](https://github.com/telerik/web-components-ux/commits) --- updated-dependencies: - dependency-name: "@progress/wct-a11y-spec" dependency-version: 2.22.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 322e77e commit ae97d14

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Chart is an interactive Graphics Document (https://www.w3.org/TR/graphics-ar
2828

2929
| Selector | Attribute | Usage |
3030
| -------- | --------- | ----- |
31-
| `.k-chart` | `role=graphics-document` | Indicates that the Chart element is a Graphics Document. |
31+
| `.k-chart` | `role=graphics-document document` | Indicates that the Chart element is a Graphics Document. |
3232
| | `aria-roledescription` | User-set value that clarifies the type of Chart to screen reader users. |
3333
| | `aria-label` | Announces the user-set title of the Chart. |
3434
| `.k-chart-point` | `role=graphics-symbol` | Specifies the role of the series point elements. |

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.21.0",
11+
"@progress/wct-a11y-spec": "^2.22.0",
1212
"gulp": "^4.0.2",
1313
"gulp-json-editor": "^2.5.6",
1414
"gulp-rename": "^2.0.0",

0 commit comments

Comments
 (0)