| 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 <template id="hid-detection-md-switch" is="dom-bind"> |
| 4 <div id="hid-invitation-text" i18n-content="hidDetectionInvitation"></div> | 4 <template is="dom-if" if="[[useMDOobe_]]"> |
| 5 <div id="hid-prerequisite-msg" i18n-content="hidDetectionPrerequisites"> | 5 <oobe-hid-detection-md id="oobe-hid-detection-md"> |
| 6 </div> | 6 </oobe-hid-detection-md> |
| 7 <div id="hid-mouse-block"> | 7 </template> |
| 8 <div id="hid-mouse-icon-block"> | 8 <template is="dom-if" if="[[!useMDOobe_]]"> |
| 9 <img id="hid-mouse-icon" src="chrome://theme/IDR_BLUETOOTH_MOUSE" | 9 <div id="oobe-hid-detection"> |
| 10 alt=""> | 10 <div class="step-contents"> |
| 11 <img id="hid-mouse-tick" src="chrome://theme/IDR_BLUETOOTH_PAIRING_TICK" | 11 <div id="hid-invitation-text" i18n-content="hidDetectionInvitation"></
div> |
| 12 alt=""> | 12 <div id="hid-prerequisite-msg" i18n-content="hidDetectionPrerequisites
"> |
| 13 </div> |
| 14 <div id="hid-mouse-block"> |
| 15 <div id="hid-mouse-icon-block"> |
| 16 <img id="hid-mouse-icon" src="chrome://theme/IDR_BLUETOOTH_MOUSE" |
| 17 alt=""> |
| 18 <img id="hid-mouse-tick" src="chrome://theme/IDR_BLUETOOTH_PAIRING
_TICK" |
| 19 alt=""> |
| 20 </div> |
| 21 <div id="hid-mouse-label"> |
| 22 <span id="hid-mouse-label-searching" aria-live="polite" |
| 23 i18n-content="hidDetectionMouseSearching" class="label"> |
| 24 </span> |
| 25 <span id="hid-mouse-label-usb" aria-live="polite" |
| 26 i18n-content="hidDetectionUSBMouseConnected" class="label"> |
| 27 </span> |
| 28 <span id="hid-mouse-label-connected" aria-live="polite" |
| 29 i18n-content="hidDetectionPointingDeviceConnected" class="labe
l"> |
| 30 </span> |
| 31 <span id="hid-mouse-label-paired" aria-live="polite" |
| 32 i18n-content="hidDetectionBTMousePaired" class="label"> |
| 33 </span> |
| 34 </div> |
| 35 </div> |
| 36 <div id="hid-keyboard-block" class="searching"> |
| 37 <div id="hid-keyboard-icon-block"> |
| 38 <img id="hid-keyboard-icon" src="chrome://theme/IDR_BLUETOOTH_KEYB
OARD" |
| 39 alt=""> |
| 40 <img id="hid-keyboard-tick" |
| 41 src="chrome://theme/IDR_BLUETOOTH_PAIRING_TICK" alt=""> |
| 42 </div> |
| 43 <div id="hid-keyboard-label"> |
| 44 <span id="hid-keyboard-label-searching" aria-live="polite" |
| 45 i18n-content="hidDetectionKeyboardSearching" class="label"> |
| 46 </span> |
| 47 <span id="hid-keyboard-label-usb" aria-live="polite" |
| 48 i18n-content="hidDetectionUSBKeyboardConnected" class="label"> |
| 49 </span> |
| 50 <span id="hid-keyboard-label-paired" class="label" aria-live="poli
te"> |
| 51 </span> |
| 52 <span id="hid-keyboard-label-pairing" class="label"></span> |
| 53 </div> |
| 54 <div id="hid-keyboard-pincode" hidden> |
| 55 <div id="hid-keyboard-pincode-sym-1" class="bluetooth-keyboard-but
ton"> |
| 56 </div> |
| 57 <div id="hid-keyboard-pincode-sym-2" class="bluetooth-keyboard-but
ton"> |
| 58 </div> |
| 59 <div id="hid-keyboard-pincode-sym-3" class="bluetooth-keyboard-but
ton"> |
| 60 </div> |
| 61 <div id="hid-keyboard-pincode-sym-4" class="bluetooth-keyboard-but
ton"> |
| 62 </div> |
| 63 <div id="hid-keyboard-pincode-sym-5" class="bluetooth-keyboard-but
ton"> |
| 64 </div> |
| 65 <div id="hid-keyboard-pincode-sym-6" class="bluetooth-keyboard-but
ton"> |
| 66 </div> |
| 67 <div id="hid-keyboard-pincode-sym-7" |
| 68 i18n-content="hidDetectionBTEnterKey" |
| 69 class="bluetooth-keyboard-button"> |
| 70 </div> |
| 71 </div> |
| 72 </div> |
| 73 </div> |
| 74 <div id="hid-detection-controls" class="step-controls"></div> |
| 13 </div> | 75 </div> |
| 14 <div id="hid-mouse-label"> | 76 </template> |
| 15 <span id="hid-mouse-label-searching" aria-live="polite" | 77 </template> |
| 16 i18n-content="hidDetectionMouseSearching" class="label"> | |
| 17 </span> | |
| 18 <span id="hid-mouse-label-usb" aria-live="polite" | |
| 19 i18n-content="hidDetectionUSBMouseConnected" class="label"> | |
| 20 </span> | |
| 21 <span id="hid-mouse-label-connected" aria-live="polite" | |
| 22 i18n-content="hidDetectionPointingDeviceConnected" class="label"> | |
| 23 </span> | |
| 24 <span id="hid-mouse-label-paired" aria-live="polite" | |
| 25 i18n-content="hidDetectionBTMousePaired" class="label"> | |
| 26 </span> | |
| 27 </div> | |
| 28 </div> | |
| 29 <div id="hid-keyboard-block" class="searching"> | |
| 30 <div id="hid-keyboard-icon-block"> | |
| 31 <img id="hid-keyboard-icon" src="chrome://theme/IDR_BLUETOOTH_KEYBOARD" | |
| 32 alt=""> | |
| 33 <img id="hid-keyboard-tick" | |
| 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> | |
| 50 <div id="hid-keyboard-pincode-sym-2" class="bluetooth-keyboard-button"> | |
| 51 </div> | |
| 52 <div id="hid-keyboard-pincode-sym-3" class="bluetooth-keyboard-button"> | |
| 53 </div> | |
| 54 <div id="hid-keyboard-pincode-sym-4" class="bluetooth-keyboard-button"> | |
| 55 </div> | |
| 56 <div id="hid-keyboard-pincode-sym-5" class="bluetooth-keyboard-button"> | |
| 57 </div> | |
| 58 <div id="hid-keyboard-pincode-sym-6" class="bluetooth-keyboard-button"> | |
| 59 </div> | |
| 60 <div id="hid-keyboard-pincode-sym-7" | |
| 61 i18n-content="hidDetectionBTEnterKey" | |
| 62 class="bluetooth-keyboard-button"> | |
| 63 </div> | |
| 64 </div> | |
| 65 </div> | |
| 66 </div> | |
| 67 <div id="hid-detection-controls" class="step-controls"></div> | |
| 68 </div> | 78 </div> |
| OLD | NEW |