Commit 0b322302 authored by Denis Kuznetsov's avatar Denis Kuznetsov Committed by Commit Bot

Add a11y description to ARC TOS screen

Bug: 1024092
Change-Id: If4adc02e604805b8cf9f312d0c7c931fa0126fa2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404934Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806617}
parent ab2dce25
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
<!-- As this dialog have pre-loading logic that require access to elements, <!-- As this dialog have pre-loading logic that require access to elements,
dialog is marked as no-lazy. --> dialog is marked as no-lazy. -->
<oobe-dialog id="arcTosDialog" has-buttons class="arc-tos-loading" <oobe-dialog id="arcTosDialog" has-buttons class="arc-tos-loading"
role="dialog"
aria-label$="[[i18nDynamic(locale, 'arcTermsOfServiceScreenHeading')]]"
title-key="arcTermsOfServiceScreenHeading" title-key="arcTermsOfServiceScreenHeading"
subtitle-key="arcTermsOfServiceScreenDescription" no-lazy> subtitle-key="arcTermsOfServiceScreenDescription" no-lazy>
<iron-icon src="chrome://oobe/playstore.svg" slot="oobe-icon"> <iron-icon src="chrome://oobe/playstore.svg" slot="oobe-icon">
......
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