44 <!-- Book generated using mdBook -->
55 < meta charset ="UTF-8 ">
66 < title > </ title >
7-
8-
97 < base href ="/ ">
10-
118
129
1310 <!-- Custom HTML head -->
14-
15-
1611
1712 < meta content ="text/html; charset=utf-8 " http-equiv ="Content-Type ">
1813 < meta name ="description " content ="">
1914 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
2015 < meta name ="theme-color " content ="#ffffff " />
2116
22-
2317 < link rel ="icon " href ="favicon.svg ">
24-
25-
2618 < link rel ="shortcut icon " href ="favicon.png ">
27-
2819 < link rel ="stylesheet " href ="css/variables.css ">
2920 < link rel ="stylesheet " href ="css/general.css ">
3021 < link rel ="stylesheet " href ="css/chrome.css ">
31-
3222 < link rel ="stylesheet " href ="css/print.css " media ="print ">
33-
3423
3524 <!-- Fonts -->
3625 < link rel ="stylesheet " href ="FontAwesome/css/font-awesome.css ">
37-
3826 < link rel ="stylesheet " href ="fonts/fonts.css ">
39-
4027
4128 <!-- Highlight.js Stylesheets -->
4229 < link rel ="stylesheet " href ="highlight.css ">
4330 < link rel ="stylesheet " href ="tomorrow-night.css ">
4431 < link rel ="stylesheet " href ="ayu-highlight.css ">
4532
4633 <!-- Custom theme stylesheets -->
47-
4834 < link rel ="stylesheet " href ="theme/em-to-bold.css ">
49-
5035
51-
5236 </ head >
5337 < body >
5438 <!-- Provide site root to javascript -->
10791 < div id ="page-wrapper " class ="page-wrapper ">
10892
10993 < div class ="page ">
110-
11194 < div id ="menu-bar-hover-placeholder "> </ div >
11295 < div id ="menu-bar " class ="menu-bar sticky bordered ">
11396 < div class ="left-buttons ">
124107 < li role ="none "> < button role ="menuitem " class ="theme " id ="navy "> Navy</ button > </ li >
125108 < li role ="none "> < button role ="menuitem " class ="theme " id ="ayu "> Ayu</ button > </ li >
126109 </ ul >
127-
128110 < button id ="search-toggle " class ="icon-button " type ="button " title ="Search. (Shortkey: s) " aria-label ="Toggle Searchbar " aria-expanded ="false " aria-keyshortcuts ="S " aria-controls ="searchbar ">
129111 < i class ="fa fa-search "> </ i >
130112 </ button >
131-
132113 </ div >
133114
134115 < h1 class ="menu-title "> エディションガイド</ h1 >
135116
136117 < div class ="right-buttons ">
137-
138118 < a href ="print.html " title ="Print this book " aria-label ="Print this book ">
139119 < i id ="print-button " class ="fa fa-print "> </ i >
140120 </ a >
141-
142-
143121 < a href ="https://github.com/rust-lang-ja/edition-guide " title ="Git repository " aria-label ="Git repository ">
144122 < i id ="git-repository-button " class ="fa fa-github "> </ i >
145123 </ a >
146-
124+
147125 </ div >
148126 </ div >
149127
150-
151128 < div id ="search-wrapper " class ="hidden ">
152129 < form id ="searchbar-outer " class ="searchbar-outer ">
153- < input type ="search " name =" search " id ="searchbar " name ="searchbar " placeholder ="Search this book ... " aria-controls ="searchresults-outer " aria-describedby ="searchresults-header ">
130+ < input type ="search " id ="searchbar " name ="searchbar " placeholder ="Search this book ... " aria-controls ="searchresults-outer " aria-describedby ="searchresults-header ">
154131 </ form >
155132 < div id ="searchresults-outer " class ="searchresults-outer hidden ">
156133 < div id ="searchresults-header " class ="searchresults-header "> </ div >
157134 < ul id ="searchresults ">
158135 </ ul >
159136 </ div >
160137 </ div >
161-
162138
163139 <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
164140 < script type ="text/javascript ">
@@ -171,58 +147,44 @@ <h1 class="menu-title">エディションガイド</h1>
171147
172148 < div id ="content " class ="content ">
173149 < main >
174- < h1 > < a class =" header " href =" # document-not-found-404 " id =" document-not-found-404 "> Document not found (404)</ a > </ h1 >
150+ < h1 id =" document-not-found-404 "> < a class =" header " href =" # document-not-found-404 "> Document not found (404)</ a > </ h1 >
175151< p > This URL is invalid, sorry. Please use the navigation bar or search to continue.</ p >
176152
177153 </ main >
178154
179155 < nav class ="nav-wrapper " aria-label ="Page navigation ">
180156 <!-- Mobile navigation buttons -->
181-
182157
183-
184158
185159 < div style ="clear: both "> </ div >
186160 </ nav >
187161 </ div >
188162 </ div >
189163
190164 < nav class ="nav-wide-wrapper " aria-label ="Page navigation ">
191-
192165
193-
194166 </ nav >
195167
196168 </ div >
197169
198-
199170
200-
201171
202-
203172
204-
205173 < script type ="text/javascript ">
206174 window . playground_copyable = true ;
207175 </ script >
208-
209176
210-
211177
212-
213178 < script src ="elasticlunr.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
214179 < script src ="mark.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
215180 < script src ="searcher.js " type ="text/javascript " charset ="utf-8 "> </ script >
216-
217181
218182 < script src ="clipboard.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
219183 < script src ="highlight.js " type ="text/javascript " charset ="utf-8 "> </ script >
220184 < script src ="book.js " type ="text/javascript " charset ="utf-8 "> </ script >
221185
222186 <!-- Custom JS scripts -->
223-
224187
225-
226188
227189 </ body >
228190</ html >
0 commit comments