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

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

Issue 682863004: print preview: Fix visual tab order for "Print"/"Cancel" buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection;" id="print-preview" class="focus-outline-v isible"> 2 <html i18n-values="dir:textdirection;" id="print-preview" class="focus-outline-v isible">
3 3
4 <head> 4 <head>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <title id="document-title"></title> 6 <title id="document-title"></title>
7 <link rel="icon" href="../../../app/theme/default_100_percent/common/favicon_p rint_preview.png"> 7 <link rel="icon" href="../../../app/theme/default_100_percent/common/favicon_p rint_preview.png">
8 8
9 <link rel="stylesheet" href="print_preview.css"> 9 <link rel="stylesheet" href="print_preview.css">
10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
(...skipping 23 matching lines...) Expand all
34 <link rel="stylesheet" href="search/destination_list_item.css"> 34 <link rel="stylesheet" href="search/destination_list_item.css">
35 <link rel="stylesheet" href="search/destination_search.css"> 35 <link rel="stylesheet" href="search/destination_search.css">
36 <link rel="stylesheet" href="search/fedex_tos.css"> 36 <link rel="stylesheet" href="search/fedex_tos.css">
37 37
38 <script src="chrome://resources/js/action_link.js"></script> 38 <script src="chrome://resources/js/action_link.js"></script>
39 <script src="chrome://resources/js/cr.js"></script> 39 <script src="chrome://resources/js/cr.js"></script>
40 <script src="chrome://resources/js/cr/event_target.js"></script> 40 <script src="chrome://resources/js/cr/event_target.js"></script>
41 <script src="chrome://resources/js/cr/ui.js"></script> 41 <script src="chrome://resources/js/cr/ui.js"></script>
42 <script src="chrome://resources/js/cr/ui/focus_manager.js"></script> 42 <script src="chrome://resources/js/cr/ui/focus_manager.js"></script>
43 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> 43 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
44 <script src="chrome://resources/js/cr/ui/node_utils.js"></script>
44 <script src="chrome://resources/js/event_tracker.js"></script> 45 <script src="chrome://resources/js/event_tracker.js"></script>
45 <script src="chrome://resources/js/load_time_data.js"></script> 46 <script src="chrome://resources/js/load_time_data.js"></script>
46 <script src="chrome://resources/js/util.js"></script> 47 <script src="chrome://resources/js/util.js"></script>
47 <script src="chrome://print/print_preview.js"></script> 48 <script src="chrome://print/print_preview.js"></script>
48 <script src="chrome://print/strings.js"></script> 49 <script src="chrome://print/strings.js"></script>
49 </head> 50 </head>
50 51
51 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 52 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
52 <div id="navbar-container"> 53 <div id="navbar-container">
53 <header> 54 <header>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 <include src="common/search_box.html"> 101 <include src="common/search_box.html">
101 <include src="previewarea/margin_control.html"> 102 <include src="previewarea/margin_control.html">
102 <include src="search/destination_list.html"> 103 <include src="search/destination_list.html">
103 <include src="search/destination_list_item.html"> 104 <include src="search/destination_list_item.html">
104 <include src="search/fedex_tos.html"> 105 <include src="search/fedex_tos.html">
105 106
106 <script src="chrome://resources/js/i18n_template2.js"></script> 107 <script src="chrome://resources/js/i18n_template2.js"></script>
107 </body> 108 </body>
108 109
109 </html> 110 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.css ('k') | ui/webui/resources/js/cr/ui/node_utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698