Skip to content

Commit ddb748c

Browse files
authored
Merge branch 'development' into 983306-dev-acc-loc-uplo
2 parents bc5a112 + 60c7d65 commit ddb748c

File tree

2,049 files changed

+46904
-39766
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,049 files changed

+46904
-39766
lines changed

blazor-toc.html

Lines changed: 217 additions & 234 deletions
Large diffs are not rendered by default.

blazor/3D-chart/accessibility.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
layout: post
33
title: Accessibility in Blazor 3D Chart Component | Syncfusion
4-
description: Checkout and learn here all about Accessibility using Keyboard navigation in Syncfusion Blazor 3D Chart component and more.
4+
description: Check out and learn here all about Accessibility using Keyboard navigation in Syncfusion Blazor 3D Chart component and more.
55
platform: Blazor
66
control: 3D Chart
77
documentation: ug
88
---
99

1010
# Accessibility in Blazor 3D Chart Component
1111

12-
The Blazor 3D Chart component followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
12+
The Blazor 3D Chart component follows accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/), and [WAI‑ARIA roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
1313

14-
The accessibility compliance for the Blazor 3D Chart component is outlined below.
14+
The accessibility compliance for the Blazor 3D Chart component is outlined below.
1515

1616
| Accessibility Criteria | Compatibility |
1717
| -- | -- |
@@ -33,23 +33,23 @@ The accessibility compliance for the Blazor 3D Chart component is outlined belo
3333

3434
<div><img src="https://cdn.syncfusion.com/content/images/documentation/full.png" alt="Yes"> - All features of the component meet the requirement.</div>
3535

36-
<div><img src="https://cdn.syncfusion.com/content/images/documentation/partial.png" alt="Intermediate"> - Some features of the component do not meet the requirement.</div>
36+
<div><img src="https://cdn.syncfusion.com/content/images/documentation/partial.png" alt="Intermediate"> - Some features of the component do not fully meet the requirement.</div>
3737

3838
<div><img src="https://cdn.syncfusion.com/content/images/documentation/not-supported.png" alt="No"> - The component does not meet the requirement.</div>
3939

4040
## WAI-ARIA attributes
4141

42-
WAI-ARIA(Accessibility Initiative - Accessible Rich Internet Applications) defines a way to increase the accessibility of web pages, dynamic content, and user interface components developed with AJAX, HTML, JavaScript, and related technologies. ARIA provides additional semantics to describe the role, state, and functionality of web components.
42+
WAIARIA (Web Accessibility Initiative Accessible Rich Internet Applications) enhances the accessibility of dynamic web content and UI components by defining semantic roles, states, and properties. ARIA attributes convey the role, state, and functionality of components to assistive technologies.
4343

44-
Element |Default description
44+
Element | Default description
4545
-----|-----
46-
Datalabel |Reads the Point y value.
47-
Legend |Click to show or hide the series.
48-
Axis Title |Reads the axis title.
49-
Chart Title |Reads the chart title.
50-
Series Points |Reads the Point x: Point y value.
46+
Datalabel | Reads the point y-value.
47+
Legend | Click to show or hide the series.
48+
Axis Title | Reads the axis title.
49+
Chart Title | Reads the chart title.
50+
Series Points | Reads the point x and point y values.
5151

52-
The Blazor 3D Chart component followed the [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/patterns/alert/) patterns to meet the accessibility. The following ARIA attributes are used in the Blazor 3D Chart component:
52+
The Blazor 3D Chart component follows [WAIARIA](https://www.w3.org/WAI/ARIA/apg/patterns/alert/) patterns to meet accessibility requirements. The following ARIA roles and attributes are used in the Blazor 3D Chart component:
5353

5454
* img (role)
5555
* button (role)
@@ -60,23 +60,23 @@ The Blazor 3D Chart component followed the [WAI-ARIA](https://www.w3.org/WAI/ARI
6060

6161
## Keyboard navigation
6262

63-
The Blazor 3D Chart component followed the [keyboard interaction](https://www.w3.org/WAI/ARIA/apg/patterns/alert/#keyboardinteraction) guideline, making it easy for people who use assistive technologies (AT) and those who completely rely on keyboard navigation. The following keyboard shortcuts are supported by the Blazor 3D Chart component.
63+
The Blazor 3D Chart component follows the [keyboard interaction](https://www.w3.org/WAI/ARIA/apg/patterns/alert/#keyboardinteraction) guidelines, enabling efficient navigation for assistive technology users and full keyboard operation. The following keyboard shortcuts are supported.
6464

6565
| Windows | Mac | Description |
6666
|-----|-----|---|
67-
|<kbd>Alt</kbd> + <kbd>J</kbd> | <kbd>⌥</kbd> + <kbd>J</kbd> | Moves the focus to the chart element.|
68-
|<kbd>Tab</kbd> | <kbd>Tab</kbd> | Moves the focus to the next element in the chart.|
69-
|<kbd>Shift</kbd> + <kbd>Tab</kbd> | <kbd>⇧</kbd> + <kbd>Tab</kbd> | Moves the focus to the previous element in the chart.|
70-
| <kbd>↓</kbd> | <kbd>↓</kbd> | Moves the focus to the data point right side from the selected point.|
71-
| <kbd>↑</kbd> | <kbd>↑</kbd> | Moves the focus to the data point right side from the selected point.|
72-
| <kbd>←</kbd> | <kbd>←</kbd> | Moves the focus to the next series in our Chart component.|
73-
| <kbd>→</kbd> | <kbd>→</kbd> | Moves the focus to the previous series in our Chart component.|
74-
| <kbd>Enter</kbd> / <kbd>Space</kbd> | <kbd>Enter</kbd> / <kbd>Space</kbd> | Selects the data point in the series|
75-
| <kbd>↓</kbd> / <kbd>←</kbd> | <kbd>↓</kbd> / <kbd>←</kbd> | Moves the focus to the legend left side from the selected legend.|
76-
| <kbd>↑</kbd> / <kbd>→</kbd> | <kbd>↑</kbd> / <kbd>→</kbd> | Moves the focus to the legend right side from the selected legend.|
67+
|<kbd>Alt</kbd> + <kbd>J</kbd> | <kbd>⌥</kbd> + <kbd>J</kbd> | Moves focus to the chart element.|
68+
|<kbd>Tab</kbd> | <kbd>Tab</kbd> | Moves focus to the next element in the chart.|
69+
|<kbd>Shift</kbd> + <kbd>Tab</kbd> | <kbd>⇧</kbd> + <kbd>Tab</kbd> | Moves focus to the previous element in the chart.|
70+
| <kbd>↓</kbd> | <kbd>↓</kbd> | Moves focus to the data point on the left of the selected point.|
71+
| <kbd>↑</kbd> | <kbd>↑</kbd> | Moves focus to the data point on the right of the selected point.|
72+
| <kbd>←</kbd> | <kbd>←</kbd> | Moves focus to the next series in the chart.|
73+
| <kbd>→</kbd> | <kbd>→</kbd> | Moves focus to the previous series in the chart.|
74+
| <kbd>Enter</kbd> / <kbd>Space</kbd> | <kbd>Enter</kbd> / <kbd>Space</kbd> | Selects the data point in the series.|
75+
| <kbd>↓</kbd> / <kbd>←</kbd> | <kbd>↓</kbd> / <kbd>←</kbd> | Moves focus to the legend item to the left of the selected legend.|
76+
| <kbd>↑</kbd> / <kbd>→</kbd> | <kbd>↑</kbd> / <kbd>→</kbd> | Moves focus to the legend item to the right of the selected legend.|
7777
| <kbd>Enter</kbd> / <kbd>Space</kbd> | <kbd>Enter</kbd> / <kbd>Space</kbd> | Toggles the visibility of the corresponding series.|
78-
| <kbd>Ctrl</kbd> + <kbd>P</kbd> | <kbd>⌘</kbd> + <kbd>P</kbd> | Prints the Chart.|
78+
| <kbd>Ctrl</kbd> + <kbd>P</kbd> | <kbd>⌘</kbd> + <kbd>P</kbd> | Prints the chart.|
7979

8080
## See also
8181

82-
* [Accessibility in Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components](https://blazor.syncfusion.com/documentation/common/accessibility)
82+
* [Accessibility in Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components](https://blazor.syncfusion.com/documentation/common/accessibility)

0 commit comments

Comments
 (0)