Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1004)

Side by Side Diff: chrome/browser/resources/hotword_audio_verification/steps/start_step.html

Issue 1011283003: Hotword: Make the opt-in flow tab ordering more intuitive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <div id="start-container" hidden> 1 <div id="start-container" hidden>
2 <div class="container"> 2 <div class="container">
3 <span class="close" tabindex="0" role="button" 3 <span class="close" tabindex="0" role="button"
4 i18n-values="aria-label:close"></span> 4 i18n-values="aria-label:close"></span>
5 <div class="intro-image"></div> 5 <div class="intro-image"></div>
6 <div class="intro-text"> 6 <div class="intro-text">
7 <h1 i18n-content="introTitle"></h1> 7 <h1 i18n-content="introTitle"></h1>
8 <h2 i18n-content="introSubtitle"></h2> 8 <h2 i18n-content="introSubtitle"></h2>
9 <h3 id="intro-description" i18n-content="introDescription" hidden></h3> 9 <h3 id="intro-description" i18n-content="introDescription" hidden></h3>
10 <h3 id="intro-description-audio-history-enabled" 10 <h3 id="intro-description-audio-history-enabled"
11 i18n-content="introDescriptionAudioHistoryEnabled" hidden></h3> 11 i18n-content="introDescriptionAudioHistoryEnabled" hidden></h3>
12 </div> 12 </div>
13 <div class="buttonbar"> 13 <div class="buttonbar">
14 <button id="hotword-start" i18n-content="introStart"></button> 14 <button id="hotword-start" tabindex="1" i18n-content="introStart"></button >
Dan Beam 2015/03/18 01:14:50 80 col wrap
kcarattini 2015/03/18 01:20:12 Done.
15 </div> 15 </div>
16 </div> 16 </div>
17 </div> 17 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698