Skip to content

Commit

Permalink
update aria-live value for offices and services page content for #678
Browse files Browse the repository at this point in the history
  • Loading branch information
poojagunturu96 committed Nov 21, 2024
1 parent 1b7d1d5 commit 7eaccc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/offices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ import { $, $$, on, hide, show } from './utils/dom';

if (region) {
region.appendChild(alert);
region.setAttribute('aria-live', 'true');
region.setAttribute('aria-live', 'polite');
}
}

Expand Down

0 comments on commit 7eaccc3

Please sign in to comment.