Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: new-options.html

Issue 29519650: Issue 5540 - implement notification (Closed)
Patch Set: Rebased Created Aug. 25, 2017, 1:47 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « locale/en-US/new-options.json ('k') | new-options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: new-options.html
===================================================================
--- a/new-options.html
+++ b/new-options.html
@@ -382,5 +382,12 @@
<!-- Placeholder element to determine when to wrap focus around -->
<span class="focus-last" tabindex="0"></span>
</div>
+ <!-- Notification -->
+ <div id="notification" aria-hidden="true" aria-live="polite">
+ <strong id="notification-text"></strong>
+ <button id="hide-notification" data-action="hide-notification">
+ <span class="i18n_options_notification_hide sr-only"></span>
+ </button>
+ </div>
</body>
</html>
« no previous file with comments | « locale/en-US/new-options.json ('k') | new-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld