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.
2 parents 7673ba4 + 31be6d5 commit 863a27cCopy full SHA for 863a27c
src/code-snippet/code-snippet.component.ts
@@ -33,7 +33,7 @@ export enum SnippetType {
33
</ng-container>
34
35
<ng-template #notInline>
36
- <div class="bx--snippet-container" [attr.aria-label]="translations.CODE_SNIPPET_TEXT">
+ <div class="bx--snippet-container" [attr.aria-label]="translations.CODE_SNIPPET_TEXT" role="textbox" aria-readonly="true">
37
<ng-container *ngIf="skeleton">
38
<span *ngIf="display === 'single'; else multiSkeleton"></span>
39
<ng-template #multiSkeleton>
0 commit comments