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

Unified Diff: ui/file_manager/video_player/video_player.html

Issue 569123003: Video Player: Add accessibility annotations to cast menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « ui/file_manager/video_player/js/video_player_scripts.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/video_player/video_player.html
diff --git a/ui/file_manager/video_player/video_player.html b/ui/file_manager/video_player/video_player.html
index c51ffccec36cd1baaabd9158d413f08d12d904cc..c5dc707bafab3c473a2def927b57be4ffb638993 100644
--- a/ui/file_manager/video_player/video_player.html
+++ b/ui/file_manager/video_player/video_player.html
@@ -20,10 +20,12 @@
</head>
<body>
<div id="video-player" tools>
- <menu id='cast-menu' class='cast-menu tool'></menu>
+ <menu id='cast-menu' class='cast-menu tool'
+ i18n-values="playon-text:VIDEO_PLAYER_PLAY_ON"></menu>
<div id="cast-container">
<div id="cast-info">
- <div class="first-line" id='cast-name-label'></div>
+ <div class="first-line" id='cast-name-label'
+ i18n-content="VIDEO_PLAYER_PLAYING_ON"></div>
<div class="second-line" id="cast-name"></div>
</div>
</div>
@@ -36,7 +38,8 @@
<div id="header-container" class="header tool">
<div id="title">&nbsp;</div>
<button class="cast-button menubutton hidden tool"
- menu="#cast-menu"></button>
+ menu="#cast-menu"
+ i18n-values="aria-label:VIDEO_PLAYER_PLAY_ON"></button>
<button class="minimize-button tool" tabindex="-1"></button>
<button class="maximize-button tool" tabindex="-1"></button>
<button class="close-button tool" tabindex="-1"></button>
« no previous file with comments | « ui/file_manager/video_player/js/video_player_scripts.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698