We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc11aba commit 18c9ec4Copy full SHA for 18c9ec4
ts/a11y/explorer/KeyExplorer.ts
@@ -1077,7 +1077,10 @@ export class SpeechExplorer
1077
if (describe) {
1078
let description =
1079
this.description === this.none ? '' : ', ' + this.description;
1080
- if (this.document.options.a11y.help && this.document.options.enableExplorerHelp) {
+ if (
1081
+ this.document.options.a11y.help &&
1082
+ this.document.options.enableExplorerHelp
1083
+ ) {
1084
description += ', press h for help';
1085
}
1086
speech += description;
0 commit comments