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

Side by Side Diff: chrome/browser/resources/print_preview/settings/page_settings.html

Issue 697463002: print preview: more voice feedback issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « chrome/browser/resources/print_preview/print_header.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="page-settings" class="two-column page-settings" hidden> 1 <div id="page-settings" class="two-column page-settings" hidden>
2 <div class="left-column"> 2 <div class="left-column">
3 <h1 i18n-content="pagesLabel"></h1> 3 <h1 i18n-content="pagesLabel"></h1>
4 </div> 4 </div>
5 <div class="right-column"> 5 <div class="right-column">
6 <div class="radio"><label> 6 <div class="radio"><label>
7 <input class="page-settings-all-radio" name="pages" checked type="radio"> 7 <input class="page-settings-all-radio" name="pages" checked type="radio">
8 <span i18n-content="optionAllPages"></span> 8 <span i18n-content="optionAllPages"></span>
9 </label></div> 9 </label></div>
10 <div class="radio"> 10 <div class="radio">
11 <label class="page-settings-print-pages-div" 11 <label class="page-settings-print-pages-div"
12 for="page-settings-custom-input"> 12 for="page-settings-custom-input">
13 <input class="page-settings-custom-radio" name="pages" type="radio" 13 <input class="page-settings-custom-radio" name="pages" type="radio"
14 i18n-values="aria-label:printPagesLabel;"> 14 i18n-values="aria-label:printPagesLabel;">
15 <div class="page-settings-custom-input-wrapper"> 15 <div class="page-settings-custom-input-wrapper">
16 <input class="page-settings-custom-input" type="text" 16 <input class="page-settings-custom-input" type="text"
17 id="page-settings-custom-input" 17 id="page-settings-custom-input"
18 i18n-values="placeholder:examplePageRangeText"> 18 i18n-values="placeholder:examplePageRangeText;
19 aria-label:examplePageRangeText">
19 </div> 20 </div>
20 </label> 21 </label>
21 <span class="page-settings-custom-hint hint suggestion" aria-hidden="true" 22 <span class="page-settings-custom-hint hint suggestion" aria-hidden="true"
22 aria-live="polite"></span> 23 aria-live="polite"></span>
23 </div> 24 </div>
24 </div> 25 </div>
25 </div> 26 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/print_header.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698