Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_enable_debugging.html

Issue 788953005: cros: Add a11y to enable debugging screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_enable_debugging.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="step faded hidden no-logo" id="debugging" role="group" hidden 1 <div class="step faded hidden no-logo" id="debugging" role="group" hidden
2 i18n-values="aria-label:enableDebuggingScreenAccessibleTitle"> 2 i18n-values="aria-label:enableDebuggingScreenAccessibleTitle">
3 <div class="step-contents"> 3 <div class="step-contents" aria-live="polite" aria-atomic="true">
4 <div id="enable-debugging-icon"></div> 4 <div id="enable-debugging-icon"></div>
5 <div i18n-content="enableDebuggingScreenTitle" 5 <div i18n-content="enableDebuggingScreenTitle"
6 class="enable-debugging-title remove-protection-specific setup-specific 6 class="enable-debugging-title remove-protection-specific setup-specific
7 done-specific wait-specific"> 7 done-specific wait-specific">
8 </div> 8 </div>
9 <div i18n-content="enableDebuggingErrorTitle" 9 <div i18n-content="enableDebuggingErrorTitle"
10 class="enable-debugging-title error-specific"> 10 class="enable-debugging-title error-specific">
11 </div> 11 </div>
12 <div id="enable-debugging-info" 12 <div id="enable-debugging-info"
13 class="enable-debugging-text 13 class="enable-debugging-text
(...skipping 26 matching lines...) Expand all
40 </div> 40 </div>
41 </div> 41 </div>
42 <div id="revert-promise" class="enable-debugging-text wait-specific"> 42 <div id="revert-promise" class="enable-debugging-text wait-specific">
43 <div id="enable-debugging-wait-msg" 43 <div id="enable-debugging-wait-msg"
44 i18n-content="enableDebuggingWaitMessage"> 44 i18n-content="enableDebuggingWaitMessage">
45 </div> 45 </div>
46 </div> 46 </div>
47 </div> 47 </div>
48 <div id="debugging-controls" class="step-controls"></div> 48 <div id="debugging-controls" class="step-controls"></div>
49 </div> 49 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_enable_debugging.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698