Commit 4a1e65ee authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

Chrome OS First run: add role="dialog" to the steps

Bug: 890464
Change-Id: I8fe561d676089b2cb873b846314042e109913a64
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872223Reviewed-by: default avatarAlexander Alekseev <alemate@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#708491}
parent bbf2c994
<div id="app-list" class="step bubble transparent hidden"> <div id="app-list" role="dialog" aria-labelledby="appListHeader"
<h1 i18n-content="appListHeader"></h1> class="step bubble transparent hidden">
<h1 id="appListHeader" i18n-content="appListHeader"></h1>
<p> <p>
<span i18n-content="appListText1"></span><br> <span i18n-content="appListText1"></span><br>
<span id="google-assistant-text" i18n-content="appListText2" hidden></span> <span id="google-assistant-text" i18n-content="appListText2" hidden></span>
......
<div id="tray" class="step bubble transparent hidden"> <div id="tray" role="dialog" aria-labelledby="trayHeader"
<h1 i18n-content="trayHeader"></h1> class="step bubble transparent hidden">
<h1 id="trayHeader" i18n-content="trayHeader"></h1>
<p i18n-content="trayText"><p> <p i18n-content="trayText"><p>
<div class="controls"> <div class="controls">
<button i18n-content="helpKeepExploringButton" <button i18n-content="helpKeepExploringButton"
......
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