Commit a5f769b6 authored by Denis Kuznetsov's avatar Denis Kuznetsov Committed by Commit Bot

Make throbber_notice accessible

Bug: 1021887
Change-Id: I09c1792a4e9d51c2336e0d00dad6350a41591409
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959037Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#723442}
parent 6f4d82d5
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
<link rel="stylesheet" href="throbber_notice.css"> <link rel="stylesheet" href="throbber_notice.css">
<template> <template>
<paper-spinner-lite dir="ltr" active></paper-spinner-lite> <paper-spinner-lite dir="ltr" active></paper-spinner-lite>
<div id="spinner-comment"><span>[[text]]</span></div> <div id="spinner-comment" aria-live="polite" aria-label="[[text]]"
[[text]]
</div>
</template> </template>
</dom-module> </dom-module>
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