Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <div id="automatic-settings-reset-banner" hidden> | |
| 2 <div id="automatic-settings-reset-banner-close" class="close-button"></div> | |
| 3 <div class="content-area"> | |
| 4 <div class="badge"></div> | |
| 5 <div class="text"> | |
| 6 <p> | |
| 7 <span i18n-values=".innerHTML:automaticSettingsResetBannerText"> | |
| 8 </span> | |
|
gab
2014/02/05 15:23:52
Should that span just use the
<span i18n-values="
robertshield
2014/02/06 18:56:50
Quick search suggests the explicit scope is more c
| |
| 9 <a id="automatic-settings-reset-learn-more" class="nowrap" | |
| 10 i18n-values="href:automaticSettingsResetLearnMoreUrl" | |
| 11 i18n-content="learnMore" target="_blank"></a> | |
|
gab
2014/02/05 15:23:52
Same question about this <a> tag.
robertshield
2014/02/06 18:56:50
Same answer.
| |
| 12 </p> | |
| 13 </div> | |
| 14 </div> | |
| 15 </div> | |
| OLD | NEW |