diff --git a/projects/voicecapture-angular/src/lib/voicecapture-angular.component.html b/projects/voicecapture-angular/src/lib/voicecapture-angular.component.html index 1945d7a..7329388 100644 --- a/projects/voicecapture-angular/src/lib/voicecapture-angular.component.html +++ b/projects/voicecapture-angular/src/lib/voicecapture-angular.component.html @@ -3,17 +3,31 @@ [class.active]="start()" (click)="deactivateVoice()" [ngClass]="mode" + aria-modal="true" + role="dialog" + [attr.aria-expanded]="start() ? 'true' : 'false'" > - -

-