Skip to content

Commit 3dc35f7

Browse files
chore: bump @progress/wct-a11y-spec from 2.10.1 to 2.10.2 in /src-a11y (#1881)
* chore: bump @progress/wct-a11y-spec from 2.10.1 to 2.10.2 in /src-a11y Bumps [@progress/wct-a11y-spec](https://github.com/telerik/web-components-ux) from 2.10.1 to 2.10.2. - [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 939bd05 commit 3dc35f7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
2626
| Selector | Attribute | Usage |
2727
| -------- | --------- | ----- |
2828
| `.k-button` | `role=button` or `nodeName=button` | If the used element is not `<button>`, explicitly set its `role` to `button`. |
29-
| | `aria-label` | If no text has been provided to an Icon Button, announces the purpose of the Button. |
29+
| `.k-button.k-icon-button` | `label for` or `aria-label` or `aria-labelledby` | If no text has been provided to an Icon Button, announces the purpose of the Button. |
3030

3131
## Resources
3232

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

0 commit comments

Comments
 (0)