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=""> | |
|
ygorshenin1
2014/04/24 11:30:24
Why do you need alt property here (and for all ima
merkulova
2014/04/24 12:49:46
http://dev.chromium.org/developers/accessibility/h
| |
| 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"> | |
| 35 </span> | |
| 36 <span i18n-content="hidDetectionUSBKeyboardConnected" | |
| 37 id="hid-keyboard-label-connected" class="label"> | |
| 38 </span> | |
| 39 <span i18n-content="hidDetectionBTKeyboardPaired" | |
| 40 id="hid-keyboard-label-paired" class="label"> | |
| 41 </span> | |
| 42 <span id="hid-keyboard-label-pairing" class="label"></span> | |
| 43 </div> | |
| 44 <div id="hid-keyboard-pincode"> | |
| 45 <div id="hid-keyboard-pincode-enter" | |
| 46 i18n-content="hidDetectionBTEnterKey" | |
|
Nikita (slow)
2014/04/24 12:14:23
nit: 4 spaces indent for same element (through who
merkulova
2014/04/24 12:49:46
Done.
| |
| 47 class="bluetooth-keyboard-button"> | |
| 48 </div> | |
| 49 </div> | |
| 10 </div> | 50 </div> |
| 11 </div> | 51 </div> |
| 12 <div id="hid-detection-controls" class="step-controls"></div> | 52 <div id="hid-detection-controls" class="step-controls"></div> |
| 13 </div> | 53 </div> |
| OLD | NEW |