Skip to content

Commit

Permalink
Navi: A11y - Set aria-hidden in decorative image for Set Default page.
Browse files Browse the repository at this point in the history
Bug: 937030
Change-Id: I44721aafb7e778f8887411b7c46e3d786bccd59d
Reviewed-on: https://chromium-review.googlesource.com/c/1496315
Reviewed-by: Esmael El-Moslimany <aee@chromium.org>
Commit-Queue: Hector Carmona <hcarmona@chromium.org>
Cr-Commit-Position: refs/heads/master@{#636694}
  • Loading branch information
hcarmona authored and Commit Bot committed Mar 1, 2019
1 parent 16b2333 commit 38abfbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<div class="logo"></div>
<h1 tabindex="-1">$i18n{setDefaultHeader}</h1>
<h2>$i18n{setDefaultSubHeader}</h2>
<div class="illustration"></div>
<div class="illustration" aria-hidden="true"></div>
<div class="button-bar">
<paper-button id="decline-button" on-click="onDeclineClick_">
$i18n{setDefaultSkip}
Expand Down

0 comments on commit 38abfbf

Please sign in to comment.