 Chromium Code Reviews
 Chromium Code Reviews Issue 1011283003:
  Hotword: Make the opt-in flow tab ordering more intuitive  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1011283003:
  Hotword: Make the opt-in flow tab ordering more intuitive  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| OLD | NEW | 
|---|---|
| 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> | 
| OLD | NEW |