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

Unified Diff: chrome/browser/resources/ntp4/md_incognito_tab.html

Issue 2891153002: Add screen reader markup to the Incognito icon (Closed)
Patch Set: role=presentation Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/md_incognito_tab.html
diff --git a/chrome/browser/resources/ntp4/md_incognito_tab.html b/chrome/browser/resources/ntp4/md_incognito_tab.html
index 29861228fb899b97eace85d39bbae3669dd45658..5cad43b07bd4378b978076c346a1f36d352d5341 100644
--- a/chrome/browser/resources/ntp4/md_incognito_tab.html
+++ b/chrome/browser/resources/ntp4/md_incognito_tab.html
@@ -19,7 +19,7 @@ document.write('<link id="incognitothemecss" rel="stylesheet" ' +
</head>
<body>
<div class="content">
- <div class="icon"></div>
+ <div class="icon" role="presentation" alt=""></div>
<h1>$i18n{incognitoTabHeading}</h1>
<p id="subtitle">
<span>$i18n{incognitoTabDescription}</span>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698