diff --git a/components/grid/accessibility/wai-aria-support.md b/components/grid/accessibility/wai-aria-support.md index 77fccfd958..0aeea6bf09 100644 --- a/components/grid/accessibility/wai-aria-support.md +++ b/components/grid/accessibility/wai-aria-support.md @@ -200,5 +200,4 @@ The Grid has been tested with the following screen readers and browsers combinat * [Blazor Grid Accessibility and Keyboard Navigation (Demo)](https://demos.telerik.com/blazor-ui/grid/keyboard-navigation) * [Accessibility in Telerik UI for Blazor]({% slug accessibility-overview %}) -* [Accessibility Theme]({% slug themes-accessibility-swatch %}) -* [Blazor Grid]({%slug grid-overview%}) \ No newline at end of file +* [Accessibility Theme]({% slug themes-accessibility-swatch %}) \ No newline at end of file diff --git a/components/splitter/accessibility/wai-aria-support.md b/components/splitter/accessibility/wai-aria-support.md index 89570cdf80..d58ec3175f 100644 --- a/components/splitter/accessibility/wai-aria-support.md +++ b/components/splitter/accessibility/wai-aria-support.md @@ -40,7 +40,7 @@ This section lists the selectors, attributes, and behavior patterns supported by | `.k-splitbar-horizontal` | `aria-orientation=vertical` | When a splitbar separates two panes horizontally, its aria-orientation must be explicitly set to 'vertical'. | | | `aria-keyshortcuts=ArrowLeft ArrowRight ArrowUp ArrowDown` | Sets the aria-keyshortcuts attribute value to announce available keyboard shortcuts. Some are omitted for brevity. | -> Note: Setting the value-now attribute of the separator element is not applicable, as the Splitter is a complex layout component allowing splitting the content into multiple panes across any number and level of nested Splitters and panes, thus announcing a value would not convey any meaningful information. Moreover, there is no specification, or WAI-ARIA recommendation that explains how value should be set in multiple panes scenario. Further information on this complicated scenario could be found in the following WAI-ARIA GitHub issue: +> Note: Setting the value-now attribute of the separator element is not applicable, as the Splitter is a complex layout component allowing splitting the content into multiple panes across any number and level of nested Splitters and panes, thus announcing a value would not convey any meaningful information. Moreover, there is no specification, or WAI-ARIA recommendation that explains how value should be set in multiple panes scenario. If needed, developers can still apply attributes as they see fit, using the respective API option. Further information on this complicated scenario could be found in the following WAI-ARIA GitHub issue: [WAI-ARIA Practices on GitHub](https://github.com/w3c/aria-practices/issues/129#issuecomment-456976215) diff --git a/src-a11y/package-lock.json b/src-a11y/package-lock.json index dff7d4ce8c..6456b4ef03 100644 --- a/src-a11y/package-lock.json +++ b/src-a11y/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@progress/wct-a11y-spec": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/@progress/wct-a11y-spec/-/wct-a11y-spec-2.15.0.tgz", - "integrity": "sha512-27SHcy4hBHAp4mR4we7/ly7QRaAixu3hPI1Jwtn4nFC/TPAL8zEor7wvVxKqDQv2yEI0d3Ul5rX+Z0/5lthl2w==", + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@progress/wct-a11y-spec/-/wct-a11y-spec-2.16.0.tgz", + "integrity": "sha512-3UZgD6cvS+ANV6oko8G07RKmLzkCNZJXrxRjkdgg/vrJcqMah3ZQOAwT25TaNp3Gj6DEWOSlfn9CcAa4PZO86Q==", "dev": true }, "abbrev": { diff --git a/src-a11y/package.json b/src-a11y/package.json index 70065fd3d4..53d83c6baa 100644 --- a/src-a11y/package.json +++ b/src-a11y/package.json @@ -8,7 +8,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@progress/wct-a11y-spec": "^2.15.0", + "@progress/wct-a11y-spec": "^2.16.0", "gulp": "^4.0.2", "gulp-json-editor": "^2.5.6", "gulp-rename": "^2.0.0",