Commit cdacf5b0 authored by Hector Carmona's avatar Hector Carmona Committed by Commit Bot

Fix a11y issue caused by missing element chromeCleanupSecondary.

https://crrev.com/c/938623 removed #chromeCleanupSecondary, but there
was an aria reference to it. This CL removes the dangling
aria-describedby.

R=ftirelo@chromium.org

Bug: 824494
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I32e69b37a911f9586e658bae2b9d4b415b7b2008
Reviewed-on: https://chromium-review.googlesource.com/974379Reviewed-by: default avatarFabio Tirelo <ftirelo@chromium.org>
Commit-Queue: Fabio Tirelo <ftirelo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545895}
parent ba9226c9
...@@ -70,8 +70,7 @@ ...@@ -70,8 +70,7 @@
<div class="start">$i18n{resetCleanupComputerTrigger}</div> <div class="start">$i18n{resetCleanupComputerTrigger}</div>
<paper-icon-button-light class="subpage-arrow"> <paper-icon-button-light class="subpage-arrow">
<button id="chromeCleanupArrow" <button id="chromeCleanupArrow"
aria-label="$i18n{resetCleanupComputerTrigger}" aria-label="$i18n{resetCleanupComputerTrigger}"></button>
aria-describedby="chromeCleanupSecondary"></button>
</paper-icon-button-light> </paper-icon-button-light>
</div> </div>
</template> </template>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment