Skip to content

Commit c1b0c50

Browse files
corinagumcompulim
andauthored
Add Accessibility info (microsoft#3717)
* Add A11y info * Update schema 1.3 AC snapshot Co-authored-by: William Wong <compulim@users.noreply.github.com>
1 parent abb2203 commit c1b0c50

6 files changed

Lines changed: 19 additions & 1 deletion

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ Please note, however:
226226
- Web Chat has no plan to support samples for IE11 (ES5).
227227
- For customers who wish to manually rewrite our other samples to work in IE11, we recommend looking into converting code from ES6+ to ES5 using polyfills and transpilers like [`babel`](https://babeljs.io/docs/en/next/babel-standalone.html).
228228

229+
## Accessibility
230+
231+
View the [accessibility documentation](https://github.com/microsoft/BotFramework-WebChat/tree/master/docs/ACCESSIBILITY.md).
232+
229233
## Localization
230234

231235
View the [localization documentation](https://github.com/microsoft/BotFramework-WebChat/tree/master/docs/LOCALIZATION.md) for implementing in Web Chat.

__tests__/.eslintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
globals:
2+
runHTMLTest: readonly
Loading

__tests__/html/cardAction.adaptiveCard.cardAgenda.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
*/
44

55
describe('"Adaptive card', () => {
6-
test('card agenda should fail', () => runHTMLTest('cardAction.adaptiveCard.cardAgenda.html'));
6+
test('card agenda with schema 1.3 should pass', () => runHTMLTest('cardAction.adaptiveCard.cardAgenda.html'));
77
});

docs/ACCESSIBILITY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ of new full-width/kern/smush alternatives, but default output is NOT changed.
2323
Font modified May 20, 2012 by patorjk to add the 0xCA0 character
2424
-->
2525

26+
# Introduction
27+
28+
We are always working to improve the accessibility of our product.
29+
30+
You can view accessibility bugs and improvements that have already been filed using the [accessibility label](https://github.com/microsoft/BotFramework-WebChat/issues?q=is%3Aissue+is%3Aopen+label%3A%22Area%3A+Accessibility%22).
31+
32+
The Web Chat team has a comprehensive accessibility test suite, performs thorough manual testing, and also uses [Microsoft FastPass](https://accessibilityinsights.io/docs/en/web/getstarted/fastpass/) to test new features and bug fixes.
33+
34+
To learn more about Assistive Technologies we test and support, please view the [technical support guide](https://github.com/microsoft/BotFramework-WebChat/blob/master/docs/TECHNICAL_SUPPORT_GUIDE.md#accessibility)
35+
36+
We welcome your feedback and will continue to improve the product in this area, as accessibility is one of our top priorities.
37+
2638
# Focus management
2739

2840
## Definitions

0 commit comments

Comments
 (0)