Skip to content

Commit aadb7b8

Browse files
chore: bump @progress/wct-a11y-spec from 2.14.0 to 2.14.1 in /src-a11y (#2356)
* chore: bump @progress/wct-a11y-spec from 2.14.0 to 2.14.1 in /src-a11y Bumps [@progress/wct-a11y-spec](https://github.com/telerik/web-components-ux) from 2.14.0 to 2.14.1. - [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] <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 6c1cc4b commit aadb7b8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
2828
| `.k-input-inner` | `role=textbox` or `nodeName=input` | The element should either be an `<input type="text">` element or should have `role="textbox"` assigned. |
2929
| | `label for` or `aria-label` or `aria-labelledby` | The input needs an accessible name to be assigned to it. |
3030
| | `aria-required=true` | The attribute is rendered only when the DateInput is in a `form` HTML element and announces the required state of the component. |
31-
| | `aria-invalid=true` | Attribute is rendered only when the DateInput is in form and announces the valid state of the component. |
31+
| | `aria-invalid=true` | The attribute is rendered only when the DateInput is in a `form` HTML element and announces the valid state of the component. |
3232
| | `aria-describedby=.k-form-hint id/.k-form-error id` | Points to the hint for the input, or if the input is invalid, to the error message. This attribute should only be present when a hint is set or when the input is invalid. |
3333
| | `readonly=readonly` or `aria-readonly=true` | Attribute is rendered only when the DateInput is readonly. |
3434
| | `tabindex=0` | The element should be focusable. |

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ This section lists the selectors, attributes, and behavior patterns supported by
3535
| | `aria-controls=.k-animation-container id` | Points to the popup element. Signifies that the `combobox` element controls the Calendar `grid`. |
3636
| | `aria-activedescendant=.k-calendar-td.k-focus id` | Points to the focused item (date/month/year) in the Calendar Popup. Should only be present when the Popup is open. |
3737
| | `aria-describedby=.k-form-hint id/.k-form-error id` | Points to the hint for the input, or if the input is invalid, to the error message. This attribute should only be present when a hint is set or when the input is invalid. |
38-
| | `readonly=readonly` or `aria-readonly=true` | Attribute is rendered only when the DatePicker is readonly. |
39-
| | `aria-invalid=true` | Attribute is rendered only when the DatePicker is in form and announces the valid state of the component. |
38+
| | `readonly=readonly` or `aria-readonly=true` | The attribute is rendered only when the DatePicker is readonly. |
39+
| | `aria-invalid=true` | The attribute is rendered only when the DatePicker is in a `form` HTML element and announces the valid state of the component. |
4040
| | `tabindex=0` | The element must be focusable. |
41-
| `.k-disabled .k-input-inner` | `disabled=disabled` or `aria-disabled=true` | Attribute is rendered only when the DatePicker is disabled. |
41+
| `.k-disabled .k-input-inner` | `disabled=disabled` or `aria-disabled=true` | The attribute is rendered only when the DatePicker is disabled. |
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. |
44-
| | `tabindex=-1` | Button element should not be focusable. |
44+
| | `tabindex=-1` | The button element should not be focusable. |
4545

4646
### Calendar Popup
4747

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

0 commit comments

Comments
 (0)