Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div class="step hidden" id="hid-detection" hidden role="group" | 1 <div class="step hidden" id="hid-detection" hidden role="group" |
| 2 i18n-values="aria-label:hidDetectionInvitation"> | 2 i18n-values="aria-label:hidDetectionInvitation"> |
| 3 <div class="step-contents"> | 3 <oobe-hid-detection-md id="oobe-hid-detection-md" hidden> |
| 4 <div id="hid-invitation-text" i18n-content="hidDetectionInvitation"></div> | 4 </oobe-hid-detection-md> |
|
stevenjb
2016/12/28 20:47:04
It would be much more efficient, and more readable
Alexander Alekseev
2016/12/28 22:56:23
dom-if conflicts with i18n-content="hidDetectionIn
stevenjb
2016/12/29 00:32:19
Ugh. We should really switch login to use the $18n
| |
| 5 <div id="hid-prerequisite-msg" i18n-content="hidDetectionPrerequisites"> | 5 <div id="oobe-hid-detection"> |
| 6 </div> | 6 <div class="step-contents"> |
| 7 <div id="hid-mouse-block"> | 7 <div id="hid-invitation-text" i18n-content="hidDetectionInvitation"></div> |
| 8 <div id="hid-mouse-icon-block"> | 8 <div id="hid-prerequisite-msg" i18n-content="hidDetectionPrerequisites"> |
| 9 <img id="hid-mouse-icon" src="chrome://theme/IDR_BLUETOOTH_MOUSE" | |
| 10 alt=""> | |
| 11 <img id="hid-mouse-tick" src="chrome://theme/IDR_BLUETOOTH_PAIRING_TICK" | |
| 12 alt=""> | |
| 13 </div> | 9 </div> |
| 14 <div id="hid-mouse-label"> | 10 <div id="hid-mouse-block"> |
| 15 <span id="hid-mouse-label-searching" aria-live="polite" | 11 <div id="hid-mouse-icon-block"> |
| 16 i18n-content="hidDetectionMouseSearching" class="label"> | 12 <img id="hid-mouse-icon" src="chrome://theme/IDR_BLUETOOTH_MOUSE" |
| 17 </span> | 13 alt=""> |
| 18 <span id="hid-mouse-label-usb" aria-live="polite" | 14 <img id="hid-mouse-tick" src="chrome://theme/IDR_BLUETOOTH_PAIRING_TIC K" |
| 19 i18n-content="hidDetectionUSBMouseConnected" class="label"> | 15 alt=""> |
| 20 </span> | 16 </div> |
| 21 <span id="hid-mouse-label-connected" aria-live="polite" | 17 <div id="hid-mouse-label"> |
| 22 i18n-content="hidDetectionPointingDeviceConnected" class="label"> | 18 <span id="hid-mouse-label-searching" aria-live="polite" |
| 23 </span> | 19 i18n-content="hidDetectionMouseSearching" class="label"> |
| 24 <span id="hid-mouse-label-paired" aria-live="polite" | 20 </span> |
| 25 i18n-content="hidDetectionBTMousePaired" class="label"> | 21 <span id="hid-mouse-label-usb" aria-live="polite" |
| 26 </span> | 22 i18n-content="hidDetectionUSBMouseConnected" class="label"> |
| 23 </span> | |
| 24 <span id="hid-mouse-label-connected" aria-live="polite" | |
| 25 i18n-content="hidDetectionPointingDeviceConnected" class="label"> | |
| 26 </span> | |
| 27 <span id="hid-mouse-label-paired" aria-live="polite" | |
| 28 i18n-content="hidDetectionBTMousePaired" class="label"> | |
| 29 </span> | |
| 30 </div> | |
| 27 </div> | 31 </div> |
| 28 </div> | 32 <div id="hid-keyboard-block" class="searching"> |
| 29 <div id="hid-keyboard-block" class="searching"> | 33 <div id="hid-keyboard-icon-block"> |
| 30 <div id="hid-keyboard-icon-block"> | 34 <img id="hid-keyboard-icon" src="chrome://theme/IDR_BLUETOOTH_KEYBOARD " |
| 31 <img id="hid-keyboard-icon" src="chrome://theme/IDR_BLUETOOTH_KEYBOARD" | 35 alt=""> |
| 32 alt=""> | 36 <img id="hid-keyboard-tick" |
| 33 <img id="hid-keyboard-tick" | 37 src="chrome://theme/IDR_BLUETOOTH_PAIRING_TICK" alt=""> |
| 34 src="chrome://theme/IDR_BLUETOOTH_PAIRING_TICK" alt=""> | |
| 35 </div> | |
| 36 <div id="hid-keyboard-label"> | |
| 37 <span id="hid-keyboard-label-searching" aria-live="polite" | |
| 38 i18n-content="hidDetectionKeyboardSearching" class="label"> | |
| 39 </span> | |
| 40 <span id="hid-keyboard-label-usb" aria-live="polite" | |
| 41 i18n-content="hidDetectionUSBKeyboardConnected" class="label"> | |
| 42 </span> | |
| 43 <span id="hid-keyboard-label-paired" class="label" aria-live="polite"> | |
| 44 </span> | |
| 45 <span id="hid-keyboard-label-pairing" class="label"></span> | |
| 46 </div> | |
| 47 <div id="hid-keyboard-pincode" hidden> | |
| 48 <div id="hid-keyboard-pincode-sym-1" class="bluetooth-keyboard-button"> | |
| 49 </div> | 38 </div> |
| 50 <div id="hid-keyboard-pincode-sym-2" class="bluetooth-keyboard-button"> | 39 <div id="hid-keyboard-label"> |
| 40 <span id="hid-keyboard-label-searching" aria-live="polite" | |
| 41 i18n-content="hidDetectionKeyboardSearching" class="label"> | |
| 42 </span> | |
| 43 <span id="hid-keyboard-label-usb" aria-live="polite" | |
| 44 i18n-content="hidDetectionUSBKeyboardConnected" class="label"> | |
| 45 </span> | |
| 46 <span id="hid-keyboard-label-paired" class="label" aria-live="polite"> | |
| 47 </span> | |
| 48 <span id="hid-keyboard-label-pairing" class="label"></span> | |
| 51 </div> | 49 </div> |
| 52 <div id="hid-keyboard-pincode-sym-3" class="bluetooth-keyboard-button"> | 50 <div id="hid-keyboard-pincode" hidden> |
| 53 </div> | 51 <div id="hid-keyboard-pincode-sym-1" class="bluetooth-keyboard-button" > |
| 54 <div id="hid-keyboard-pincode-sym-4" class="bluetooth-keyboard-button"> | 52 </div> |
| 55 </div> | 53 <div id="hid-keyboard-pincode-sym-2" class="bluetooth-keyboard-button" > |
| 56 <div id="hid-keyboard-pincode-sym-5" class="bluetooth-keyboard-button"> | 54 </div> |
| 57 </div> | 55 <div id="hid-keyboard-pincode-sym-3" class="bluetooth-keyboard-button" > |
| 58 <div id="hid-keyboard-pincode-sym-6" class="bluetooth-keyboard-button"> | 56 </div> |
| 59 </div> | 57 <div id="hid-keyboard-pincode-sym-4" class="bluetooth-keyboard-button" > |
| 60 <div id="hid-keyboard-pincode-sym-7" | 58 </div> |
| 61 i18n-content="hidDetectionBTEnterKey" | 59 <div id="hid-keyboard-pincode-sym-5" class="bluetooth-keyboard-button" > |
| 62 class="bluetooth-keyboard-button"> | 60 </div> |
| 61 <div id="hid-keyboard-pincode-sym-6" class="bluetooth-keyboard-button" > | |
| 62 </div> | |
| 63 <div id="hid-keyboard-pincode-sym-7" | |
| 64 i18n-content="hidDetectionBTEnterKey" | |
| 65 class="bluetooth-keyboard-button"> | |
| 66 </div> | |
| 63 </div> | 67 </div> |
| 64 </div> | 68 </div> |
| 65 </div> | 69 </div> |
| 70 <div id="hid-detection-controls" class="step-controls"></div> | |
| 66 </div> | 71 </div> |
| 67 <div id="hid-detection-controls" class="step-controls"></div> | |
| 68 </div> | 72 </div> |
| OLD | NEW |