| 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"> |
| + <span id="notification-text"></span> |
| + <button data-action="hide-notification" id="hide-notification"></button> |
|
ire
2017/08/24 10:08:43
This button doesn't have an accessible name
ire
2017/08/24 10:08:43
It's part of our coding style to not omit optional
saroyanm
2017/08/24 14:18:25
Good point, I'll use aria-label="Close"
saroyanm
2017/08/24 14:18:25
I think we were overriding current -> https://goog
saroyanm
2017/08/24 18:40:53
Done.
ire
2017/08/25 09:59:44
Okay, that makes sense.
|
| + </div> |
| </body> |
| </html> |