Skip to content

chore: bump @progress/wct-a11y-spec from 2.16.0 to 2.17.0 in /src-a11y #2711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/colorpicker/accessibility/wai-aria-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The ColorPicker popup contains in itself ColorGradient, ColorPalette, a UI to sw
| | `tabindex=0` | The element must be focusable. |
| `.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. |
| `.k-colorpicker.k-disabled` | `aria-disabled=true` | Attribute is rendered only when the picker is disabled. |
| `.k-colorpicker.k-disabled .k-button` | `disabled` or `aria-disabled=true` | Attribute is rendered only when the picker is disabled. |

### ColorGradient in the Popup

Expand Down
1 change: 1 addition & 0 deletions components/combobox/accessibility/wai-aria-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ The following table summarizes the selectors and attributes supported by the Com
| `.k-input-button` | `role=button` or `nodeName=button` | The element must either be a `<button>` element or must have the `role="button"` assigned. |
| | `aria-label` | The button element must have discernible text. |
| | `tabindex=-1` | The button element must not be focusable. |
| `.k-combobox.k-disabled .k-button` | `disabled` or `aria-disabled=true` | Attribute is rendered only when the picker is disabled. |

### Popup Listbox

Expand Down
1 change: 1 addition & 0 deletions components/datepicker/accessibility/wai-aria-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
| `.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` | The button element should not be focusable. |
| `.k-datepicker.k-disabled .k-button` | `disabled` or `aria-disabled` | Attribute is rendered only when the picker is disabled. |

### Calendar Popup

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
| `.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. |
| `.k-datetimepicker.k-disabled .k-button` | `disabled` or `aria-disabled` | Attribute is rendered only when the picker is disabled. |

### Calendar Popup

Expand Down
1 change: 1 addition & 0 deletions components/editor/accessibility/wai-aria-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
| -------- | --------- | ----- |
| `div[contenteditable='true']` | `role=textbox` | Specifies the role of the component as text input. |
| | `label for` or `aria-label` or `aria-labelledby` | The component focusable element needs an accessible name to be assigned to it. |
| `.k-editor.k-readonly div[contenteditable=false]` | `aria-readonly=true` | Attribute is rendered only when the Editor is readonly. |

## Resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
| `.k-disabled .k-input-inner` | `disabled=disabled` or `aria-disabled=true` | The attribute is rendered only when the NumericTextBox is disabled. |
| `.k-spin-button>.k-button` | `role=button` or `nodeName=button` | Announces the spin button capabilities of the NumericTextBox. |
| | `aria-label` | The button element must have discernible text. |
| `.k-numerictextbox.k-disabled .k-spin-button>.k-button` | `disabled` or `aria-disabled` | Attribute is rendered only when the picker is disabled. |

## Resources

Expand Down
1 change: 1 addition & 0 deletions components/timepicker/accessibility/wai-aria-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
| `.k-input-button` | `role=button` or `nodeName=button` | The element must either be a `<button>` element or must have `role=button` assigned. |
| | `aria-label` | The button needs an accessible name to be assigned to it. |
| | `tabindex=-1` | Button element must not be focusable. |
| `.k-timepicker.k-disabled .k-button` | `disabled` or `aria-disabled` | Attribute is rendered only when the picker is disabled. |

### List Elements on the Popup

Expand Down
6 changes: 3 additions & 3 deletions src-a11y/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@progress/wct-a11y-spec": "^2.16.0",
"@progress/wct-a11y-spec": "^2.17.0",
"gulp": "^4.0.2",
"gulp-json-editor": "^2.5.6",
"gulp-rename": "^2.0.0",
Expand Down
Loading