Skip to content

Commit 0447a66

Browse files
chore: bump @progress/wct-a11y-spec from 2.19.0 to 2.19.1 in /src-a11y (#3332)
* chore: bump @progress/wct-a11y-spec from 2.19.0 to 2.19.1 in /src-a11y Bumps [@progress/wct-a11y-spec](https://github.com/telerik/web-components-ux) from 2.19.0 to 2.19.1. - [Commits](https://github.com/telerik/web-components-ux/commits) --- updated-dependencies: - dependency-name: "@progress/wct-a11y-spec" dependency-version: 2.19.1 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 8ed1d31 commit 0447a66

File tree

21 files changed

+38
-38
lines changed

21 files changed

+38
-38
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ The popup element of the AutoComplete has to implement the WAI-ARIA specificatio
5858
| `.k-list-ul` | `role=listbox` | Identifies the `ul` element as a listbox. |
5959
| | `aria-label` or `aria-labelledby` | Provides a label for the listbox of the ComboBox. |
6060
| `.k-list-item` | `role=option` | Identifies the `li` element as a listbox option. |
61-
| | `id` | When grouped, the list items must have an `id` attribute specified, so that the `aria-owns` attribute of their group header elements (with `role=group`) point to that ids. |
62-
| | `aria-describedby` | When grouped, the list items must have an `aria-describedby` attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
61+
| | `id` | When grouped, the list items must have an `id` attribute specified, so that the "aria-owns" attribute of their group header elements (with `role=group`) point to that ids. |
62+
| | `aria-describedby` | When grouped, the list items must have an "aria-describedby" attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
6363
| `.k-list-item.k-selected` | `aria-selected=true` | Indicates the selected state of the item. |
6464
| `.k-list-group-item` | `role=group` | The group elements in the popup list must be have `role=group`. |
6565
| | `aria-owns` | The group elements in the popup list must own the list items belonging to their group. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ When the component is in adaptive mode, the popup element follows the specificat
5858
| Selector | Attribute | Usage |
5959
| -------- | --------- | ----- |
6060
| `.k-colorgradient` | `role=none/undefined` | The ColorGradient element must have its role removed. |
61-
| | `aria-label=undefined` | The ColorGradient element must have its `aria-label` attribute removed. |
61+
| | `aria-label=undefined` | The ColorGradient element must have its "aria-label" attribute removed. |
6262

6363
## Section 508
6464

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ The popup element of the ComboBox has to implement the WAI-ARIA specification fo
6262
| `.k-list-ul` | `role=listbox` | Identifies the `ul` element as a listbox. |
6363
| | `aria-label` or `aria-labelledby` | Provides a label for the listbox of the ComboBox. |
6464
| `.k-list-item` | `role=option` | Identifies the `li` element as a listbox option. |
65-
| | `id` | When grouped, the list items must have an `id` attribute specified, so that the `aria-owns` attribute of their group header elements (with `role=group`) point to that ids. |
66-
| | `aria-describedby` | When grouped, the list items must have an `aria-describedby` attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
65+
| | `id` | When grouped, the list items must have an `id` attribute specified, so that the "aria-owns" attribute of their group header elements (with `role=group`) point to that ids. |
66+
| | `aria-describedby` | When grouped, the list items must have an "aria-describedby" attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
6767
| `.k-list-item.k-selected` | `aria-selected=true` | Indicates the selected state of the item. |
6868
| `.k-list-group-item` | `role=group` | The group elements in the popup list must be have `role=group`. |
6969
| | `aria-owns` | The group elements in the popup list must own the list items belonging to their group. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
4040

4141
## Resources
4242

43-
[ARIA practices Modal Dialog Example](https://www.w3.org/WAI/ARIA/apg/example-index/dialog-modal/dialog)
43+
[ARIA practices Modal Dialog Example](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/dialog/)
4444

4545
## Section 508
4646

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Drawer component allows rendering a whole template inside of it. Thus, the a
3131
| `.k-drawer ul` | `role=menubar` | Indicates that the list of drawer items is a menubar. |
3232
| | `aria-orientation=vertical` | Indicates that the orientation of the drawer is vertical. |
3333
| `.k-drawer-item:not(.k-drawer-separator)` | `role=menuitem` | Indicates that the item of a drawer serves as a menuitem. |
34-
| | `aria-label` | The drawer item requires an `aria-label` attribute when in mini mode and no content is rendered in the item. The `aria-label` points to the text field value of the item. |
34+
| | `aria-label` | The drawer item requires an "aria-label" attribute when in mini mode and no content is rendered in the item. The "aria-label" points to the text field value of the item. |
3535
| `.k-drawer-item.k-drawer-separator` | `role=separator` | Indicates that the item of a drawer serves as a separator. |
3636

3737
## Section 508

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ The listbox placed in the popup element of the DropDownList has to implement the
7474
| `.k-list-ul` | `role=listbox` | Identifies the `ul` element as a listbox. |
7575
| | `aria-label` or `aria-labelledby` | Provides a label for the listbox of the ComboBox. |
7676
| `.k-list-item` | `role=option` | Identifies the `li` element as a listbox option. |
77-
| | `id` | When grouped, the list items must have an `id` attribute specified, so that the `aria-owns` attribute of their group header elements (with `role=group`) point to that ids. |
78-
| | `aria-describedby` | When grouped, the list items must have an `aria-describedby` attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
77+
| | `id` | When grouped, the list items must have an `id` attribute specified, so that the "aria-owns" attribute of their group header elements (with `role=group`) point to that ids. |
78+
| | `aria-describedby` | When grouped, the list items must have an "aria-describedby" attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
7979
| `.k-list-item.k-selected` | `aria-selected=true` | Indicates the selected state of the item. |
8080
| `.k-list-group-item` | `role=group` | The group elements in the popup list must be have `role=group`. |
8181
| | `aria-owns` | The group elements in the popup list must own the list items belonging to their group. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The FlatColorPicker contains in itself ColorGradient, ColorPalette, a UI to swit
4141
| Selector | Attribute | Usage |
4242
| -------- | --------- | ----- |
4343
| `.k-colorgradient` | `role=none/` | The ColorGradient element must have its role removed. |
44-
| | `aria-label` | The ColorGradient element must have its `aria-label` attribute removed. |
44+
| | `aria-label` | The ColorGradient element must have its "aria-label" attribute removed. |
4545
| | `tabindex=-1/` | The ColorGradient must be removed from the page tab sequence. |
4646

4747
## Section 508

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ The popup element of the MultiSelect must implement the WAI-ARIA specification f
6464
| `.k-list-ul` | `role=listbox` | Identifies the `ul` element as a listbox. |
6565
| | `aria-label` or `aria-labelledby` | Provides a label for the listbox of the ComboBox. |
6666
| `.k-list-item` | `role=option` | Identifies the `li` element as a listbox option. |
67-
| | `id` | When grouped, the list items must have an `id` attribute specified, so that the `aria-owns` attribute of their group header elements (with `role=group`) point to that ids. |
68-
| | `aria-describedby` | When grouped, the list items must have an `aria-describedby` attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
67+
| | `id` | When grouped, the list items must have an `id` attribute specified, so that the "aria-owns" attribute of their group header elements (with `role=group`) point to that ids. |
68+
| | `aria-describedby` | When grouped, the list items must have an "aria-describedby" attribute pointing to the id of the `k-list-item-text` element in their `k-list-group-item`. |
6969
| `.k-list-item.k-selected` | `aria-selected=true` | Indicates the selected state of the item. |
7070
| `.k-list-group-item` | `role=group` | The group elements in the popup list must be have `role=group`. |
7171
| | `aria-owns` | The group elements in the popup list must own the list items belonging to their group. |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ The `Page` select, which is present for mobile devices and smaller screens with
4141
| | `title` | Specifies the purpose of each button. |
4242
| | `aria-label` or `title` | Specifies the purpose of each link, for example, `Page 6`. |
4343
| | `aria-current=page` | The attribute must be present on the currently selected page element. |
44-
| `.k-pager-sizes>.k-dropdownlist` | `aria-label` | The element requires an `aria-label` to specify its purpose. |
45-
| `.k-pager-numbers-wrap>.k-dropdown` | `aria-label` | The element requires an `aria-label` to specify its purpose. |
46-
| `.k-pager-input>.k-input>.k-input-inner` | `aria-label` | The element requires an `aria-label` to specify its purpose. |
44+
| `.k-pager-sizes>.k-dropdownlist` | `aria-label` | The element requires an "aria-label" to specify its purpose. |
45+
| `.k-pager-numbers-wrap>.k-dropdown` | `aria-label` | The element requires an "aria-label" to specify its purpose. |
46+
| `.k-pager-input>.k-input>.k-input-inner` | `aria-label` | The element requires an "aria-label" to specify its purpose. |
4747

4848
## Resources
4949

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ The element with `role="grid"` - includes the row headers, column headers, and d
4747
| -------- | --------- | ----- |
4848
| `.k-pivotgrid-column-headers>.k-pivotgrid-table` | `role=presentation/none` | Negates the default semantic role of the `<table>` element. |
4949
| `.k-pivotgrid-empty-cell` | `role=columnheader` | Announces the empty cell role as a part of the programmatically constructed a11y tree. |
50-
| | `aria-colspan` | Sets the correct aria-colspan corresponding to the number of columns in the row headers table. |
51-
| | `aria-rowspan` | Sets the correct aria-rowspan corresponding to the number of rows in the column headers table. |
50+
| | `aria-colspan` | Sets the correct "aria-colspan" corresponding to the number of columns in the row headers table. |
51+
| | `aria-rowspan` | Sets the correct "aria-rowspan" corresponding to the number of rows in the column headers table. |
5252
| | `id` | Sets an unique identifier for the cell to be referenced from the first row in the column header table `aria-owns` attribute. |
5353
| `.k-pivotgrid-empty-cell>.k-sr-only` | `undefined` | The empty cell should have a nested span.k-sr-only element containing the localizable text message that will be announced by screen readers when the empty cell is focused. |
5454
| `.k-pivotgrid-column-headers>.k-pivotgrid-table>tbody` | `role=rowgroup` | Required as the owner `<table>` element has its semantic role removed. |

0 commit comments

Comments
 (0)