-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '24_2' of https://github.com/DevExpress/devextreme-docum…
…entation into 24_2
- Loading branch information
Showing
91 changed files
with
562 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
--- | ||
id: DevicesObject | ||
module: core/devices | ||
export: default | ||
--- | ||
--- | ||
##### shortDescription | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<img src="/images/Chat/chat-elements.png" alt="Chat elements" style="width: 750px;"/> | ||
|
||
1. [User name](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#showUserName) | ||
2. [Timestamp](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#showMessageTimestamp) | ||
3. [Day header](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#showDayHeaders) | ||
4. [Avatar](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#showAvatar) | ||
5. [Typing users](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#typingUsers) | ||
6. [Message input](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#onMessageEntered) | ||
1. [User name](/api-reference/10%20UI%20Components/dxChat/1%20Configuration/showUserName.md '/Documentation/ApiReference/UI_Components/dxChat/Configuration/#showUserName') | ||
2. [Timestamp](/api-reference/10%20UI%20Components/dxChat/1%20Configuration/showMessageTimestamp.md '/Documentation/ApiReference/UI_Components/dxChat/Configuration/#showMessageTimestamp') | ||
3. [Day header](/api-reference/10%20UI%20Components/dxChat/1%20Configuration/showDayHeaders.md '/Documentation/ApiReference/UI_Components/dxChat/Configuration/#showDayHeaders') | ||
4. [Avatar](/api-reference/10%20UI%20Components/dxChat/1%20Configuration/showAvatar.md '/Documentation/ApiReference/UI_Components/dxChat/Configuration/#showAvatar') | ||
5. [Typing users](/api-reference/10%20UI%20Components/dxChat/1%20Configuration/typingUsers.md '/Documentation/ApiReference/UI_Components/dxChat/Configuration/#typingUsers') | ||
6. [Message input](/api-reference/10%20UI%20Components/dxChat/1%20Configuration/onMessageEntered.md '/Documentation/ApiReference/UI_Components/dxChat/Configuration/#onMessageEntered') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
55 changes: 55 additions & 0 deletions
55
...ts/05 UI Components/Chat/10 Accessibility/05 Accessibility Features Overview.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
[note] The overall accessibility level of your application depends on the Chat features you use. | ||
|
||
<table class="dx-table"> | ||
<tr> | ||
<th class="dx-table-row__width-80">Accessibility Requirement</th> | ||
<th>Support Level</th> | ||
</tr> | ||
<tr> | ||
<td>Right-to-Left Support</td> | ||
<td class="dx-table-row__center"><svg width="18" height="18"><use xlink:href="#svg-icon-success"/></svg></td> | ||
</tr> | ||
<tr> | ||
<td>Keyboard Navigation Support</td> | ||
<td class="dx-table-row__center"><svg width="18" height="18"><use xlink:href="#svg-icon-success"/></svg></td> | ||
</tr> | ||
<tr> | ||
<td>Screen Reader Support</td> | ||
<td class="dx-table-row__center"><svg width="18" height="18"><use xlink:href="#svg-icon-success"/></svg></td> | ||
</tr> | ||
<tr> | ||
<td>Contrast Color Theme</td> | ||
<td class="dx-table-row__center"><svg width="18" height="18"><use xlink:href="#svg-icon-warning"/></svg></td> | ||
</tr> | ||
<tr> | ||
<td>Mobile Device Support</td> | ||
<td class="dx-table-row__center"><svg width="18" height="18"><use xlink:href="#svg-icon-success"/></svg></td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://developer.chrome.com/docs/lighthouse/" target="_blank">Lighthouse</a> Accessibility Validation</td> | ||
<td class="dx-table-row__center"><svg width="18" height="18"><use xlink:href="#svg-icon-success"/></svg></td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://www.deque.com/axe/" target="_blank">Axe</a> Accessibility Validation</td> | ||
<td class="dx-table-row__center"><svg width="18" height="18"><use xlink:href="#svg-icon-success"/></svg></td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://wave.webaim.org/" target="_blank">WAVE</a> Accessibility Validation</td> | ||
<td class="dx-table-row__center"><svg width="18" height="18"><use xlink:href="#svg-icon-warning"/></svg></td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://www.access-board.gov/ict/" target="_blank">Section 508</a> Support</td> | ||
<td class="dx-table-row__center"><svg width="18" height="18"><use xlink:href="#svg-icon-success"/></svg></td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://www.w3.org/WAI/standards-guidelines/wcag/" target="_blank">WCAG 2.x</a> Support</td> | ||
<td class="dx-table-row__center"><svg width="18" height="18"><use xlink:href="#svg-icon-success"/></svg></td> | ||
</tr> | ||
</table> | ||
|
||
<ul style="list-style-type: none;"> | ||
<li style="display: flex; align-items: center;"><svg width="18" height="18" style="padding: 2px 4px 0px 0px;"><use xlink:href="#svg-icon-success"/></svg> - All component features meet the requirement</li> | ||
<li style="display: flex; align-items: center;"><svg width="18" height="18" style="padding: 2px 4px 0px 0px;"><use xlink:href="#svg-icon-warning"/></svg> - Some component features may not meet the requirement</li> | ||
<li style="display: flex; align-items: center;"><svg width="18" height="18" style="padding: 2px 4px 0px 0px;"><use xlink:href="#svg-icon-error"/></svg> - Accessibility requirement is not supported</li> | ||
</ul> | ||
|
14 changes: 14 additions & 0 deletions
14
...05 UI Components/Chat/10 Accessibility/10 Accessibility Standards Compliance.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
The Chat component meets a variety of <a href="https://www.access-board.gov/ict/" target="_blank">Section 508</a> and <a href="https://www.w3.org/WAI/standards-guidelines/wcag/" target="_blank">WCAG 2.x</a> compliance standards. Known exceptions: | ||
|
||
<table class="dx-table"> | ||
<tr> | ||
<th>Section 508 criteria</th> | ||
<th>WCAG 2.x criteria</th> | ||
<th>Exception description</th> | ||
</tr> | ||
<tr> | ||
<td>501 (Web)(Software) <br> 504.2 (Authoring Tool) <br> 602.3 (Support Docs)</td> | ||
<td>1.4.3 Contrast (Minimum) (Level AA) <br> 1.4.11 Non-text Contrast (Level AA 2.1 and 2.2)</td> | ||
<td>Chat does not support Windows High Contrast themes.</td> | ||
</tr> | ||
</table> |
14 changes: 14 additions & 0 deletions
14
concepts/05 UI Components/Chat/10 Accessibility/15 Keyboard Navigation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
A user can use the following keys to interact with the Chat component: | ||
|
||
<table class="dx-table"> | ||
<tr> | ||
<th>Key</th> | ||
<th>Action</th> | ||
</tr> | ||
<tr> | ||
<td>Enter</td> | ||
<td>Enters a message.</td> | ||
</tr> | ||
</table> | ||
|
||
#include common-code-register-key-handler |
1 change: 1 addition & 0 deletions
1
concepts/05 UI Components/Chat/10 Accessibility/20 Screen Reader Support.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The Chat component supports screen readers and complies to <a href="https://www.w3.org/WAI/standards-guidelines/aria/" target="_blank">WAI-ARIA</a> standards. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.