| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
|
| index 9df81b9f2a383b2df966a85c32005a67b0a0ca7b..acca4666b35d9e38cd21c6663e60444ffe367f60 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
|
| @@ -51,7 +51,7 @@
|
| <div id="menu-bar" aria-role="menubar">
|
| </div>
|
| </div>
|
| -<div id="tutorial" style="display: none;">
|
| +<div id="tutorial" hidden>
|
| <div id="tutorial_logo"></div>
|
| <div hidden id="close_tutorial_title" class="i18n" msgid="close_tutorial"></div>
|
| <button id="close_tutorial" aria-labelledby="close_tutorial_title"></button>
|
|
|