Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: desktop-options.html

Issue 29584714: Issue 5874 - Sync strings with the agencies translations (Closed)
Patch Set: Created Oct. 20, 2017, 9:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | desktop-options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | desktop-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld