Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div class="step hidden" id="hid-detection"> | 1 <div class="step hidden" id="hid-detection" hidden> |
| 2 <div class="step-contents"> | 2 <div class="step-contents"> |
| 3 <div id="logo"></div> | 3 <div id="hid-invitation-text" i18n-content="hidDetectionInvitation"></div> |
| 4 <div id="hid-invitation-text"></div> | 4 <div id="hid-prerequisite-msg" i18n-content="hidDetectionPrerequisites"> |
| 5 </div> | |
| 5 <div id="hid-mouse-block"> | 6 <div id="hid-mouse-block"> |
| 6 <img id="hid-mouse-icon"> | 7 <div id="hid-mouse-icon-block"> |
| 8 <img id="hid-mouse-icon" src="chrome://theme/IDR_LOGIN_DEFAULT_USER_16" | |
| 9 alt=""> | |
| 10 <img id="hid-mouse-tick" src="chrome://theme/IDR_UPDATE_UPTODATE" | |
| 11 alt=""> | |
| 12 </div> | |
| 13 <div id="hid-mouse-label"> | |
| 14 <span i18n-content="hidDetectionMouseSearching" | |
| 15 id="hid-mouse-label-searching" class="label"> | |
| 16 </span> | |
| 17 <span i18n-content="hidDetectionUSBMouseConnected" | |
| 18 id="hid-mouse-label-connected" class="label"> | |
| 19 </span> | |
| 20 <span i18n-content="hidDetectionBTMousePaired" | |
| 21 id="hid-mouse-label-paired" class="label"> | |
| 22 </span> | |
| 23 </div> | |
| 7 </div> | 24 </div> |
| 8 <div id="hid-keyboard-block"> | 25 <div id="hid-keyboard-block"> |
| 9 <img id="hid-keyboard-icon"> | 26 <div id="hid-keyboard-icon-block"> |
| 27 <img id="hid-keyboard-icon" src="chrome://theme/IDR_RESET_WARNING" | |
| 28 alt=""> | |
| 29 <img id="hid-keyboard-tick" src="chrome://theme/IDR_UPDATE_UPTODATE" | |
| 30 alt=""> | |
| 31 </div> | |
| 32 <div id="hid-keyboard-label"> | |
| 33 <span i18n-content="hidDetectionKeyboardSearching" | |
| 34 id="hid-keyboard-label-searching" class="label"> | |
|
Nikita (slow)
2014/04/28 08:30:28
nit: Place id attribute first (for all elements th
merkulova
2014/04/29 10:30:24
Done.
| |
| 35 </span> | |
| 36 <span i18n-content="hidDetectionUSBKeyboardConnected" | |
| 37 id="hid-keyboard-label-connected" class="label"> | |
| 38 </span> | |
| 39 <span id="hid-keyboard-label-paired" class="label"> | |
| 40 </span> | |
| 41 <span id="hid-keyboard-label-pairing" class="label"></span> | |
| 42 </div> | |
| 43 <div id="hid-keyboard-pincode"> | |
| 44 <div id="hid-keyboard-pincode-sym-1" class="bluetooth-keyboard-button"> | |
| 45 </div> | |
| 46 <div id="hid-keyboard-pincode-sym-2" class="bluetooth-keyboard-button"> | |
| 47 </div> | |
| 48 <div id="hid-keyboard-pincode-sym-3" class="bluetooth-keyboard-button"> | |
| 49 </div> | |
| 50 <div id="hid-keyboard-pincode-sym-4" class="bluetooth-keyboard-button"> | |
| 51 </div> | |
| 52 <div id="hid-keyboard-pincode-sym-5" class="bluetooth-keyboard-button"> | |
| 53 </div> | |
| 54 <div id="hid-keyboard-pincode-sym-6" class="bluetooth-keyboard-button"> | |
| 55 </div> | |
| 56 <div id="hid-keyboard-pincode-enter" | |
| 57 i18n-content="hidDetectionBTEnterKey" | |
| 58 class="bluetooth-keyboard-button"> | |
| 59 </div> | |
| 60 </div> | |
| 10 </div> | 61 </div> |
| 11 </div> | 62 </div> |
| 12 <div id="hid-detection-controls" class="step-controls"></div> | 63 <div id="hid-detection-controls" class="step-controls"></div> |
| 13 </div> | 64 </div> |
| OLD | NEW |