Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3062)

Unified Diff: chrome/browser/resources/welcome/welcome.html

Issue 2454173002: Correcting issues noted in a11y review for Desktop FRE. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/welcome/welcome.html
diff --git a/chrome/browser/resources/welcome/welcome.html b/chrome/browser/resources/welcome/welcome.html
index ae5b068358674df8de124c51158d2486a91ec50d..4dccd94cf05af142497d220e3ff68f6673b35f4f 100644
--- a/chrome/browser/resources/welcome/welcome.html
+++ b/chrome/browser/resources/welcome/welcome.html
@@ -15,7 +15,8 @@
<body>
<div class="content">
<div class="logo">
- <div class="logo-icon"></div>
Dan Beam 2016/10/27 19:16:07 i think it's more useful to hide this from screenr
+ <img class="logo-icon" alt="chrome logo" src="chrome://welcome/logo.png"
+ srcset="chrome://welcome/logo.png 1x, chrome://welcome/logo2x.png 2x">
Dan Beam 2016/10/27 19:16:07 80 col wrap
<div class="logo-shadow"></div>
</div>
<div class="heading">$i18n{headerText}</div>
« chrome/browser/resources/welcome/welcome.css ('K') | « chrome/browser/resources/welcome/welcome.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698