Index: desktop-options.html |
=================================================================== |
--- a/desktop-options.html |
+++ b/desktop-options.html |
@@ -153,7 +153,7 @@ |
<div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whitelist"> |
<header> |
<h1 class="i18n_options_tab_whitelist"></h1> |
- <p class="i18n_options_whitelist_description"></p> |
+ <p id="whitelist-description" class="i18n_options_whitelist_description"></p> |
</header> |
<form class="section"> |
<input id="whitelisting-textbox" type="text"> |
@@ -245,7 +245,7 @@ |
<a class="i18n_options_filterList_source source" target="_blank"></a> |
</li> |
<li role="menuitem"> |
- <button class="i18n_options_filterList_delete delete" data-action="remove-subscription"></button> |
+ <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
|
</li> |
</ul> |
</div> |