You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-aspnet/accessibility/overview.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Websites and applications are accessible when they provide full control over the
12
12
13
13
For the full list of components which support accessibility and keyboard navigation, refer to the article on [accessibility support by {{ site.product }}]({% slug compliance_accessibility %}).
14
14
15
+
Refer to our [accessibility demos](https://demos.telerik.com/{{ site.platform }}/accessibility), where accessibility level and compliance of the {{ site.product }} components can be tested.
16
+
15
17
## Standards and Requirements
16
18
17
19
Accessible websites and applications normally provide support for:
* The [RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview) library enables you to create, import, and export PDF documents.
15
15
* The [RadSpreadProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/overview) enables you to effortlessly convert documents from one to another file format among XLSX, XLS, CSV and TXT.
16
-
* The [RadSpreadStreamProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radspreadstreamprocessing/overview) library enables you to read or export large `XLSX` and `CSV` spreadsheet documents with low memory footprint and great performance.
16
+
* The [RadSpreadStreamProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radspreadstreamprocessing/overview) library enables you to export large `XLSX` and `CSV` spreadsheet documents with low memory footprint and great performance.
17
17
* The [RadWordsProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/overview) library enables you to create, import, and export `DOCX`, `DOC` & `DOT` (import only), `HTML`, `RTF`, and `TXT` documents, and export them to PDF.
18
18
* The [RadZipLibrary](https://docs.telerik.com/devtools/document-processing/libraries/radziplibrary/overview) library enables you to compress and decompress `ZIP` files.
19
19
@@ -30,7 +30,6 @@ The Telerik Document Processing libraries for .NET Core support the following fi
*`Telerik.Documents.Flow.nupkg`—The package is part of the Word (text) processing library. Required for processing `HTML`, `DOCX`, `RTF`, and `TXT` documents.
42
41
*`Telerik.Documents.Flow.FormatProviders.Doc.nupkg`—The package allows for importing flow documents from `DOC` or `DOT` files.
43
42
*`Telerik.Documents.Flow.FormatProviders.Pdf.nupkg`—The package allows for exporting flow documents, such as `DOCX` and `RTF`, to PDF.
44
-
*`Telerik.Documents.SpreadsheetStreaming.nupkg`—The main package for generating or reading huge spreadsheet files while using minimum resources.
43
+
*`Telerik.Documents.SpreadsheetStreaming.nupkg`—The main package for generating huge spreadsheet files while using minimum resources.
45
44
*`Telerik.Documents.Fixed.nupkg`—The package is required when processing PDF documents.
46
45
*`Telerik.Documents.CMapUtils.nupkg`—This package provides you with access to predefined CMap tables. It is optional an you will need it only if you have to work with documents that contain [CMap tables](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/concepts/cmaps).
47
46
*`Telerik.Documents.ImageUtils.nupkg`—To export images different than Jpeg and Jpeg2000 or ImageQuality different than High you will need to add a reference to this package. Depends on [Magick.NET](https://github.com/dlemstra/Magick.NET).
@@ -59,11 +58,9 @@ Telerik Document Processing is available as part of the following suites:
Copy file name to clipboardExpand all lines: docs/accessibility/accessibility-overview.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ position: 1
8
8
9
9
# Accessibility Overview
10
10
11
+
Refer to our [accessibility demos](https://demos.telerik.com/kendo-ui/accessibility), where accessibility level and compliance of the Kendo UI components can be tested.
12
+
11
13
In terms of web components, accessibility means that the websites and applications provide full control over their features by enabling users with disabilities to access them through assistive technologies such as screen readers.
12
14
13
15
Assistive technologies work well for the most basic and text-driven websites and applications. However, the Web is dynamically changing and is now well beyond the realm of text-based experiences. As a result, assistive technologies struggle to keep up.
> The DropDownTree widget will be identified as not compliant to the WAI-ARIA spec when tested with static HTML analyzer if there is no selection in the widget and the `placeholder` configuration is not used. That is because the DropDownTree wrapper element, which has `role="listbox"` will not contain any `option` elements. That should be considered a known limitation in the widget. Detailed information on the scenario could be found in [this GitHub issue](https://github.com/telerik/kendo-ui-core/issues/6558#issuecomment-938449528).
111
111
@@ -160,6 +160,7 @@ The following example demonstrates how to specify a text for the week column hea
0 commit comments