Left: | ||
Right: |
OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 - This file is part of Adblock Plus <https://adblockplus.org/>, | 3 - This file is part of Adblock Plus <https://adblockplus.org/>, |
4 - Copyright (C) 2006-present eyeo GmbH | 4 - Copyright (C) 2006-present eyeo GmbH |
5 - | 5 - |
6 - Adblock Plus is free software: you can redistribute it and/or modify | 6 - Adblock Plus is free software: you can redistribute it and/or modify |
7 - it under the terms of the GNU General Public License version 3 as | 7 - it under the terms of the GNU General Public License version 3 as |
8 - published by the Free Software Foundation. | 8 - published by the Free Software Foundation. |
9 - | 9 - |
10 - Adblock Plus is distributed in the hope that it will be useful, | 10 - Adblock Plus is distributed in the hope that it will be useful, |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
146 </ul> | 146 </ul> |
147 <p class="i18n_options_more_filters_note"></p> | 147 <p class="i18n_options_more_filters_note"></p> |
148 </div> | 148 </div> |
149 </section> | 149 </section> |
150 </div> | 150 </div> |
151 | 151 |
152 <!-- Whitelist tab content --> | 152 <!-- Whitelist tab content --> |
153 <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whitelist "> | 153 <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whitelist "> |
154 <header> | 154 <header> |
155 <h1 class="i18n_options_tab_whitelist"></h1> | 155 <h1 class="i18n_options_tab_whitelist"></h1> |
156 <p class="i18n_options_whitelist_description"></p> | 156 <p id="whitelist-description" class="i18n_options_whitelist_descriptio n"></p> |
157 </header> | 157 </header> |
158 <form class="section"> | 158 <form class="section"> |
159 <input id="whitelisting-textbox" type="text"> | 159 <input id="whitelisting-textbox" type="text"> |
160 <button id="whitelisting-add-button" | 160 <button id="whitelisting-add-button" |
161 type="submit" | 161 type="submit" |
162 data-action="add-domain-exception" | 162 data-action="add-domain-exception" |
163 class="i18n_options_whitelist_add primary" disabled> | 163 class="i18n_options_whitelist_add primary" disabled> |
164 </button> | 164 </button> |
165 </form> | 165 </form> |
166 <ul id="whitelisting-table" class="table list"> | 166 <ul id="whitelisting-table" class="table list"> |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
238 <li role="menuitem"> | 238 <li role="menuitem"> |
239 <button class="i18n_options_filterList_updateNow update- subscription" data-action="update-subscription"></button> | 239 <button class="i18n_options_filterList_updateNow update- subscription" data-action="update-subscription"></button> |
240 </li> | 240 </li> |
241 <li role="menuitem"> | 241 <li role="menuitem"> |
242 <a class="i18n_options_filterList_website website" targe t="_blank"></a> | 242 <a class="i18n_options_filterList_website website" targe t="_blank"></a> |
243 </li> | 243 </li> |
244 <li role="menuitem"> | 244 <li role="menuitem"> |
245 <a class="i18n_options_filterList_source source" target= "_blank"></a> | 245 <a class="i18n_options_filterList_source source" target= "_blank"></a> |
246 </li> | 246 </li> |
247 <li role="menuitem"> | 247 <li role="menuitem"> |
248 <button class="i18n_options_filterList_delete delete" da ta-action="remove-subscription"></button> | 248 <button class="i18n_options_control_remove_title delete" data-action="remove-subscription"></button> |
ire
2017/10/23 12:21:39
Should this also have the "title" attribute?
Also
saroyanm
2017/10/23 14:11:08
Not sure if it's required, we clearly communicate
ire
2017/10/23 15:45:34
An accessible label is required, even if it does h
saroyanm
2017/10/23 16:14:32
Sorry I think I miss communicated here.
I mean it
ire
2017/10/24 07:36:07
No worries, I think I misunderstood what you were
| |
249 </li> | 249 </li> |
250 </ul> | 250 </ul> |
251 </div> | 251 </div> |
252 </div> | 252 </div> |
253 <button data-action="remove-subscription" class="control delete" ></button> | 253 <button data-action="remove-subscription" class="control delete" ></button> |
254 </div> | 254 </div> |
255 </template> | 255 </template> |
256 </ul> | 256 </ul> |
257 <div class="side-controls wrap"> | 257 <div class="side-controls wrap"> |
258 <button class="i18n_options_filterList_add primary" data-action="ope n-dialog" data-dialog="import"></button> | 258 <button class="i18n_options_filterList_add primary" data-action="ope n-dialog" data-dialog="import"></button> |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
398 </div> | 398 </div> |
399 <!-- Notification --> | 399 <!-- Notification --> |
400 <div id="notification" aria-hidden="true" aria-live="polite"> | 400 <div id="notification" aria-hidden="true" aria-live="polite"> |
401 <strong id="notification-text"></strong> | 401 <strong id="notification-text"></strong> |
402 <button id="hide-notification" data-action="hide-notification"> | 402 <button id="hide-notification" data-action="hide-notification"> |
403 <span class="i18n_options_notification_hide sr-only"></span> | 403 <span class="i18n_options_notification_hide sr-only"></span> |
404 </button> | 404 </button> |
405 </div> | 405 </div> |
406 </body> | 406 </body> |
407 </html> | 407 </html> |
OLD | NEW |