| Index: ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html
|
| diff --git a/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html b/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html
|
| index d2915b81fc44901a465f2163eccd0838f069a21d..161be0509247d95268bf4ccba7b46e2ba2fe9530 100644
|
| --- a/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html
|
| +++ b/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html
|
| @@ -8,7 +8,8 @@
|
| <template>
|
| <content></content>
|
| <paper-icon-button toggles active="{{expanded}}" disabled="[[disabled]]"
|
| - icon="[[iconName_(expanded)]]" alt="[[alt]]">
|
| + icon="[[iconName_(expanded)]]" alt="[[alt]]"
|
| + aria-active-attribute="aria-expanded">
|
| </paper-icon-button>
|
| </template>
|
| <script src="cr_expand_button.js"></script>
|
|
|