 Issue 29519650:
  Issue 5540 - implement notification  (Closed)
    
  
    Issue 29519650:
  Issue 5540 - implement notification  (Closed) 
  | 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 Notification"></button> | 
| 
ire
2017/08/25 12:10:07
Sorry I didn't notice this before, but shouldn't t
 
saroyanm
2017/08/25 12:22:56
Thanks for bringing this up.
There is no easy way
 
ire
2017/08/25 12:43:44
You're welcome :) A suggestion for now could be to
 
saroyanm
2017/08/25 13:22:08
Great idea :)
Done.
 | 
| + </div> | 
| </body> | 
| </html> |