From b9e662697c22a83f2d261b80be9ccbc93e04a4dd Mon Sep 17 00:00:00 2001 From: David Dossett Date: Tue, 5 Oct 2021 10:55:25 -0700 Subject: [PATCH] Initial commit --- src/progress-ring/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/progress-ring/index.ts b/src/progress-ring/index.ts index 9a2dc56f..65280c79 100644 --- a/src/progress-ring/index.ts +++ b/src/progress-ring/index.ts @@ -40,6 +40,7 @@ export class VSCodeProgressRing extends BaseProgress { // Defines a default aria label that screen readers can access this.setAttribute('aria-label', 'Loading'); + this.setAttribute('aria-live', 'assertive'); } /**