Skip to content

Commit

Permalink
scanning: a11y: Alert user when scan job completes
Browse files Browse the repository at this point in the history
This change announces the scanned file saved title once a scan job
successfully completes.

Bug: 1059779
Change-Id: Ib053f260bd4bb0ebda7793372342ebddf869f9f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578749
Commit-Queue: Gavin Williams <[email protected]>
Reviewed-by: Jesse Schettler <[email protected]>
Cr-Commit-Position: refs/heads/master@{#834764}
  • Loading branch information
Gavin Williams authored and Chromium LUCI CQ committed Dec 8, 2020
1 parent 46e57d7 commit 9be9c43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
</style>
<iron-icon id="checkMarkIcon" icon="scanning:check-mark"></iron-icon>
<h1 id="title" >
<h1 id="title" role="alert">
[[getTitleText_(pageNumber)]]
</h1>
<div class="container">
Expand Down

0 comments on commit 9be9c43

Please sign in to comment.