Skip to content

Commit 01ac03e

Browse files
chore: bump @progress/wct-a11y-spec from 2.7.0 to 2.8.0 in /src-a11y (#1738)
* chore: bump @progress/wct-a11y-spec from 2.7.0 to 2.8.0 in /src-a11y Bumps [@progress/wct-a11y-spec](https://github.com/telerik/web-components-ux) from 2.7.0 to 2.8.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 4b0ff8b commit 01ac03e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This section lists the selectors, attributes, and behavior patterns supported by
3232
| | `aria-haspopup=grid` | Indicates the component has a Calendar Popup that implements `role="grid"`. |
3333
| | `aria-expanded=true/false` | Announces whether the Popup is visible or not. |
3434
| | `aria-controls=.k-calendar-container id` | Points to the popup element. Signifies that the `combobox` element controls the Calendar `grid`. |
35-
| | `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. |
35+
| `.k-input-inner.k-focus` | `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. |
3636
| | `readonly=readonly` or `aria-readonly=true` | Attribute is rendered only when the DateRangePicker is readonly. |
3737
| | `tabindex=0` | The element should be focusable. |
3838
| `.k-invalid .k-input-inner,.ng-invalid .k-input-inner` | `aria-invalid=true` | Attribute is rendered only when the combobox is in form and announces the valid state of the component. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following table summarizes the selectors and attributes supported by the Mul
4343
| | `aria-busy=true` | The attribute is rendered only when the MultiSelect is loading data. |
4444
| | `tabindex=0` | The element must be focusable. |
4545
| `.k-disabled .k-input-inner` | `aria-disabled=true` | The attribute is rendered only when the MultiSelect is disabled. |
46-
| `.k-input-button` | `role=button` | The element must either be a `<button>` element or have the `role="button"` assigned. |
46+
| `.k-input-button` | `role=button` or `nodeName=button` | The element must either be a `<button>` element or have the `role="button"` assigned. |
4747
| | `aria-label` | The button needs an accessible name that will be assigned to it. |
4848
| | `tabindex=-1` | The button element must not be focusable. |
4949

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ position: 50
1616
Out of the box, the Telerik UI for Blazor PDFViewer provides extensive accessibility support and enables users with disabilities to acquire complete control over its features.
1717

1818

19-
The PDFViewer is compliant with the [Web Content Accessibility Guidelines (WCAG) 2.1 AA](https://www.w3.org/TR/WCAG21/) standards](https://www.w3.org/TR/WCAG21/) and [Section 508](http://www.section508.gov/) requirements, follows the [Web Accessibility Initiative - Accessible Rich Internet Applications (WAI-ARIA)](https://www.w3.org/WAI/ARIA/apg/) best practices for implementing the [keyboard navigation](#keyboard-navigation) for its `component` role, provides options for managing its focus and is tested against the most popular screen readers.
19+
The PDFViewer is compliant with the [Web Content Accessibility Guidelines (WCAG) 2.2 AA](https://www.w3.org/TR/WCAG22/) standards](https://www.w3.org/TR/WCAG22/) and [Section 508](http://www.section508.gov/) requirements, follows the [Web Accessibility Initiative - Accessible Rich Internet Applications (WAI-ARIA)](https://www.w3.org/WAI/ARIA/apg/) best practices for implementing the [keyboard navigation](#keyboard-navigation) for its `component` role, provides options for managing its focus and is tested against the most popular screen readers.
2020

2121
## WAI-ARIA
2222

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

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

2626
| Selector | Attribute | Usage |
2727
| -------- | --------- | ----- |
28-
| `.k-window` | `role=dialog` | Announces the dialog role of the component. |
28+
| `.k-window:not(.k-dialog)` | `role=dialog` | Announces the dialog role of the component. |
2929
| | `aria-labelledby=.k-window-title id` | Associate the title of the dialog. |
3030
| `.k-overlay + .k-window` | `aria-modal=true` | Announces that the dialog is modal. Attribute is added only when the dialog is modal. |
3131

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

0 commit comments

Comments
 (0)