Commit f2f407a6 authored by Michael Hansen's avatar Michael Hansen Committed by Commit Bot

[Nearby] ARIA live updates on receive flow.

This gives the content container of the receive dialog an aria-live
attribute so that when we change from the receive page to the confirm
page ChromeVox will begin reading the contents of the confirm page.

Fixed: 1149743
Change-Id: I58a6aeec0d99e0f4a9da67d68483f014b2ee4864
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2561649Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Michael Hansen <hansenmichael@google.com>
Cr-Commit-Position: refs/heads/master@{#831227}
parent 6f692316
......@@ -21,7 +21,7 @@
}
</style>
<cr-dialog id="dialog" show-on-attach>
<div id="content" slot="body">
<div id="content" slot="body" aria-live="polite">
<cr-view-manager id="viewManager">
<nearby-share-high-visibility-page id="[[Page.HIGH_VISIBILITY]]"
slot="view" device-name="[[settings.deviceName]]">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment