Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit b333e29

Browse files
Announce dropdown option text with screen reader (#318)
Description of changes Updates `@microsoft/fast-foundation` package to acquire an [upstream bug fix](microsoft/fast#5467) that fixes an accessibility issue where dropdown options were not being announced by screen readers.
1 parent f87f85a commit b333e29

File tree

3 files changed

+60
-99
lines changed

3 files changed

+60
-99
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ Note that this doesn't change our recommendation of [avoiding the use of webview
2525

2626
The Webview UI Toolkit is currently in a public preview with the goal of reaching `v1.0` sometime in Winter 2022.
2727

28-
### Known issues
29-
30-
Medium to high-visibility issues that are intended to be fixed with high priority.
31-
32-
- Options within `vscode-dropdown` do not announce their text content on selection change [#181](https://github.com/microsoft/vscode-webview-ui-toolkit/issues/181)
33-
3428
## Getting started
3529

3630
Follow the [Getting Started Guide](./docs/getting-started.md).

package-lock.json

Lines changed: 58 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@microsoft/fast-element": "^1.6.0",
34-
"@microsoft/fast-foundation": "^2.21.0"
34+
"@microsoft/fast-foundation": "^2.30.0"
3535
},
3636
"devDependencies": {
3737
"@babel/core": "^7.14.3",
@@ -49,8 +49,8 @@
4949
"@storybook/addon-links": "^6.4.0-beta.4",
5050
"@storybook/html": "^6.4.0-beta.4",
5151
"@storybook/theming": "^6.4.0-beta.4",
52-
"@typescript-eslint/eslint-plugin": "^2.23.0",
5352
"@types/jest": "^26.0.20",
53+
"@typescript-eslint/eslint-plugin": "^2.23.0",
5454
"@vscode/codicons": "^0.0.22",
5555
"babel-jest": "^27.2.4",
5656
"babel-loader": "^8.2.2",

0 commit comments

Comments
 (0)