Skip to content

Commit

Permalink
LG-12655: selfie hints are voiced when voice accessibility is enabled (
Browse files Browse the repository at this point in the history
…#10223)

* selfie hints are voiced when voice accessibility is enabled

Co-authored-by: Andrew Duthie <andrew.duthie@gsa.gov>

changelog: Upoming Features, Document Authentication, Selfie capture hints are voice accessible

* happy linting
  • Loading branch information
amirbey authored Mar 12, 2024
1 parent 5837343 commit 5117934
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ function AcuantSelfieCaptureCanvas({
const acuantCaptureContainerId = 'acuant-face-capture-container';
return isReady ? (
<div id={acuantCaptureContainerId}>
<p className="document-capture-selfie-feedback">{imageCaptureText}</p>
<p aria-live="assertive" className="document-capture-selfie-feedback">
{imageCaptureText}
</p>
</div>
) : (
<FullScreenLoadingSpinner
Expand Down

0 comments on commit 5117934

Please sign in to comment.