Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 6965036

Browse files
committed
Add alert role for demo toast with "RETRY" button
1 parent ac8cb55 commit 6965036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<paper-toast id="toast1" text="Your draft has been discarded."></paper-toast>
4646

47-
<paper-toast id="toast2" text="Connection timed out. Showing limited messages.">
47+
<paper-toast id="toast2" role="alert" text="Connection timed out. Showing limited messages.">
4848
<div style="color: #eeff41;" onclick="console.log('RETRY')">Retry</div>
4949
</paper-toast>
5050

0 commit comments

Comments
 (0)