Skip to content

Commit 2ff030b

Browse files
chore: bump @progress/wct-a11y-spec from 2.16.0 to 2.17.0 in /src-a11y (#2711)
* chore: bump @progress/wct-a11y-spec from 2.16.0 to 2.17.0 in /src-a11y Bumps [@progress/wct-a11y-spec](https://github.com/telerik/web-components-ux) from 2.16.0 to 2.17.0. - [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-minor ... 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 a716789 commit 2ff030b

File tree

9 files changed

+11
-4
lines changed

9 files changed

+11
-4
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The ColorPicker popup contains in itself ColorGradient, ColorPalette, a UI to sw
3838
| | `tabindex=0` | The element must be focusable. |
3939
| `.k-invalid,.ng-invalid` | `aria-invalid=true` | Attribute is rendered only when the picker is in form and announces the valid state of the component. |
4040
| `.k-colorpicker.k-disabled` | `aria-disabled=true` | Attribute is rendered only when the picker is disabled. |
41+
| `.k-colorpicker.k-disabled .k-button` | `disabled` or `aria-disabled=true` | Attribute is rendered only when the picker is disabled. |
4142

4243
### ColorGradient in the Popup
4344

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The following table summarizes the selectors and attributes supported by the Com
4747
| `.k-input-button` | `role=button` or `nodeName=button` | The element must either be a `<button>` element or must have the `role="button"` assigned. |
4848
| | `aria-label` | The button element must have discernible text. |
4949
| | `tabindex=-1` | The button element must not be focusable. |
50+
| `.k-combobox.k-disabled .k-button` | `disabled` or `aria-disabled=true` | Attribute is rendered only when the picker is disabled. |
5051

5152
### Popup Listbox
5253

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
4242
| `.k-input-button` | `role=button` or `nodeName=button` | The element should either be a `<button>` element or should have `role="button"` assigned. |
4343
| | `aria-label` | The button needs an accessible name to be assigned to it. |
4444
| | `tabindex=-1` | The button element should not be focusable. |
45+
| `.k-datepicker.k-disabled .k-button` | `disabled` or `aria-disabled` | Attribute is rendered only when the picker is disabled. |
4546

4647
### Calendar Popup
4748

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
4242
| `.k-input-button` | `role=button` or `nodeName=button` | The element should either be a `<button>` element or should have `role="button"` assigned. |
4343
| | `aria-label` | The button needs an accessible name to be assigned to it. |
4444
| | `tabindex=-1` | Button element should not be focusable. |
45+
| `.k-datetimepicker.k-disabled .k-button` | `disabled` or `aria-disabled` | Attribute is rendered only when the picker is disabled. |
4546

4647
### Calendar Popup
4748

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
2727
| -------- | --------- | ----- |
2828
| `div[contenteditable='true']` | `role=textbox` | Specifies the role of the component as text input. |
2929
| | `label for` or `aria-label` or `aria-labelledby` | The component focusable element needs an accessible name to be assigned to it. |
30+
| `.k-editor.k-readonly div[contenteditable=false]` | `aria-readonly=true` | Attribute is rendered only when the Editor is readonly. |
3031

3132
## Resources
3233

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
3636
| `.k-disabled .k-input-inner` | `disabled=disabled` or `aria-disabled=true` | The attribute is rendered only when the NumericTextBox is disabled. |
3737
| `.k-spin-button>.k-button` | `role=button` or `nodeName=button` | Announces the spin button capabilities of the NumericTextBox. |
3838
| | `aria-label` | The button element must have discernible text. |
39+
| `.k-numerictextbox.k-disabled .k-spin-button>.k-button` | `disabled` or `aria-disabled` | Attribute is rendered only when the picker is disabled. |
3940

4041
## Resources
4142

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
4040
| `.k-input-button` | `role=button` or `nodeName=button` | The element must either be a `<button>` element or must have `role=button` assigned. |
4141
| | `aria-label` | The button needs an accessible name to be assigned to it. |
4242
| | `tabindex=-1` | Button element must not be focusable. |
43+
| `.k-timepicker.k-disabled .k-button` | `disabled` or `aria-disabled` | Attribute is rendered only when the picker is disabled. |
4344

4445
### List Elements on the Popup
4546

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

0 commit comments

Comments
 (0)