Commit 58bbc9b2 authored by Denis Kuznetsov's avatar Denis Kuznetsov Committed by Commit Bot

Fix polymer binding for aria-label on OOBE screens.

Bug: 955194
Change-Id: I9b4bbcc58754f84ebda30cb171c49c638bd261c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912300Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714892}
parent e2cb41e2
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<link rel="stylesheet" href="marketing_opt_in.css"> <link rel="stylesheet" href="marketing_opt_in.css">
<link rel="stylesheet" href="oobe_flex_layout.css"> <link rel="stylesheet" href="oobe_flex_layout.css">
<oobe-dialog id="marketingOptInOverviewDialog" role="dialog" has-buttons <oobe-dialog id="marketingOptInOverviewDialog" role="dialog" has-buttons
aria-label="[[i18nDynamic(locale, 'marketingOptInScreenTitle')]]"> aria-label$="[[i18nDynamic(locale, 'marketingOptInScreenTitle')]]">
<hd-iron-icon slot="oobe-icon" icon1x="oobe-32:checkmark" <hd-iron-icon slot="oobe-icon" icon1x="oobe-32:checkmark"
icon2x="oobe-32:checkmark"> icon2x="oobe-32:checkmark">
</hd-iron-icon> </hd-iron-icon>
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
<div id="pinKeyboardContainer"> <div id="pinKeyboardContainer">
<pin-keyboard id="pinKeyboard" <pin-keyboard id="pinKeyboard"
has-error="[[hasError_(parameters, userEdited_)]]" has-error="[[hasError_(parameters, userEdited_)]]"
aria-label="[[getAriaLabel_(locale, parameters, errorLabelId_, aria-label$="[[getAriaLabel_(locale, parameters, errorLabelId_,
userEdited_)]]" userEdited_)]]"
on-pin-change="onPinChange_"> on-pin-change="onPinChange_">
<div id="errorContainer" problem <div id="errorContainer" problem
hidden="[[!hasError_(parameters, userEdited_)]]"> hidden="[[!hasError_(parameters, userEdited_)]]">
......
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