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>
This commit is contained in:
dependabot[bot] 2024-08-28 18:34:58 +03:00 коммит произвёл GitHub
Родитель 6c1cc4b453
Коммит aadb7b8137
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -28,7 +28,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
| `.k-input-inner` | `role=textbox` or `nodeName=input` | The element should either be an `<input type="text">` element or should have `role="textbox"` assigned. |
| | `label for` or `aria-label` or `aria-labelledby` | The input needs an accessible name to be assigned to it. |
| | `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. |
| | `aria-invalid=true` | Attribute is rendered only when the DateInput is in form and announces the valid state of the component. |
| | `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. |
| | `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. |
| | `readonly=readonly` or `aria-readonly=true` | Attribute is rendered only when the DateInput is readonly. |
| | `tabindex=0` | The element should be focusable. |

Просмотреть файл

@ -35,13 +35,13 @@ This section lists the selectors, attributes, and behavior patterns supported by
| | `aria-controls=.k-animation-container id` | Points to the popup element. Signifies that the `combobox` element controls the Calendar `grid`. |
| | `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. |
| | `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. |
| | `readonly=readonly` or `aria-readonly=true` | Attribute is rendered only when the DatePicker is readonly. |
| | `aria-invalid=true` | Attribute is rendered only when the DatePicker is in form and announces the valid state of the component. |
| | `readonly=readonly` or `aria-readonly=true` | The attribute is rendered only when the DatePicker is readonly. |
| | `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. |
| | `tabindex=0` | The element must be focusable. |
| `.k-disabled .k-input-inner` | `disabled=disabled` or `aria-disabled=true` | Attribute is rendered only when the DatePicker is disabled. |
| `.k-disabled .k-input-inner` | `disabled=disabled` or `aria-disabled=true` | The attribute is rendered only when the DatePicker is disabled. |
| `.k-input-button` | `role=button` or `nodeName=button` | The element should either be a `<button>` element or should have `role="button"` assigned. |
| | `aria-label` | The button needs an accessible name to be assigned to it. |
| | `tabindex=-1` | Button element should not be focusable. |
| | `tabindex=-1` | The button element should not be focusable. |
### Calendar Popup

6
src-a11y/package-lock.json сгенерированный
Просмотреть файл

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@progress/wct-a11y-spec": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/@progress/wct-a11y-spec/-/wct-a11y-spec-2.14.0.tgz",
"integrity": "sha512-3/YsIdqN6q31+5BDp5pz9GDh5drKcyjwTm1QB+qyp72a50ec5/umDJG5jRrA1EYeuUOWDVuX8ii1wPJihQydmQ==",
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/@progress/wct-a11y-spec/-/wct-a11y-spec-2.14.1.tgz",
"integrity": "sha512-jt+mtIA28jkHb4+d79DylVyaqFdIn8qqY11AkUtyh9NLYBGsQv5QRbd6Q292fmGL1HbDmkc6QIXNSQOo535k9Q==",
"dev": true
},
"abbrev": {

Просмотреть файл

@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@progress/wct-a11y-spec": "^2.14.0",
"@progress/wct-a11y-spec": "^2.14.1",
"gulp": "^4.0.2",
"gulp-json-editor": "^2.5.6",
"gulp-rename": "^2.0.0",