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 2b1984a + 9d33784 commit 31be6d5Copy full SHA for 31be6d5
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