Index: new-options.html |
=================================================================== |
--- a/new-options.html |
+++ b/new-options.html |
@@ -374,5 +374,10 @@ |
<!-- 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" aria-label="Close"></button> |
ire
2017/08/25 09:59:45
I think "Close Notification" is more clear
saroyanm
2017/08/25 11:04:19
Done.
|
+ </div> |
</body> |
</html> |