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

Side by Side Diff: third_party/WebKit/public/platform/WebLocalizedString.h

Issue 2402263002: Media Controls a11y: add text/description/role to more controls components. (Closed)
Patch Set: review comments 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/accessibility/AXMediaControls.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 AXDefaultActionVerb, 46 AXDefaultActionVerb,
47 AXHeadingText, // Deprecated. 47 AXHeadingText, // Deprecated.
48 AXHourFieldText, 48 AXHourFieldText,
49 AXImageMapText, // Deprecated. 49 AXImageMapText, // Deprecated.
50 AXLinkActionVerb, 50 AXLinkActionVerb,
51 AXLinkText, // Deprecated. 51 AXLinkText, // Deprecated.
52 AXListMarkerText, // Deprecated. 52 AXListMarkerText, // Deprecated.
53 AXMediaAudioElement, 53 AXMediaAudioElement,
54 AXMediaAudioElementHelp, 54 AXMediaAudioElementHelp,
55 AXMediaAudioSliderHelp, 55 AXMediaAudioSliderHelp,
56 AxMediaCastOffButton, 56 AXMediaCastOffButton,
57 AxMediaCastOffButtonHelp, 57 AXMediaCastOffButtonHelp,
58 AxMediaCastOnButton, 58 AXMediaCastOnButton,
59 AxMediaCastOnButtonHelp, 59 AXMediaCastOnButtonHelp,
60 AXMediaCurrentTimeDisplay, 60 AXMediaCurrentTimeDisplay,
61 AXMediaCurrentTimeDisplayHelp, 61 AXMediaCurrentTimeDisplayHelp,
62 AXMediaDefault, 62 AXMediaDefault,
63 AXMediaDownloadButton,
63 AXMediaEnterFullscreenButton, 64 AXMediaEnterFullscreenButton,
64 AXMediaEnterFullscreenButtonHelp, 65 AXMediaEnterFullscreenButtonHelp,
65 AXMediaExitFullscreenButton, 66 AXMediaExitFullscreenButton,
66 AXMediaExitFullscreenButtonHelp, 67 AXMediaExitFullscreenButtonHelp,
67 AXMediaHideClosedCaptionsButton, 68 AXMediaHideClosedCaptionsButton,
68 AXMediaHideClosedCaptionsButtonHelp, 69 AXMediaHideClosedCaptionsButtonHelp,
69 AXMediaMuteButton, 70 AXMediaMuteButton,
70 AXMediaMuteButtonHelp, 71 AXMediaMuteButtonHelp,
71 AxMediaOverflowButton, 72 AXMediaOverflowButton,
73 AXMediaOverflowButtonHelp,
72 AXMediaPauseButton, 74 AXMediaPauseButton,
73 AXMediaPauseButtonHelp, 75 AXMediaPauseButtonHelp,
74 AXMediaPlayButton, 76 AXMediaPlayButton,
75 AXMediaPlayButtonHelp, 77 AXMediaPlayButtonHelp,
76 AXMediaShowClosedCaptionsButton, 78 AXMediaShowClosedCaptionsButton,
77 AXMediaShowClosedCaptionsButtonHelp, 79 AXMediaShowClosedCaptionsButtonHelp,
78 AXMediaSlider, // Deprecated. 80 AXMediaSlider, // Deprecated.
79 AXMediaSliderThumb, // Deprecated. 81 AXMediaSliderThumb, // Deprecated.
80 AXMediaSliderThumbHelp, // Deprecated. 82 AXMediaSliderThumbHelp, // Deprecated.
81 AXMediaStatusDisplay, 83 AXMediaStatusDisplay,
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 ValidationValueMissingForRadio, 183 ValidationValueMissingForRadio,
182 ValidationValueMissingForSelect, 184 ValidationValueMissingForSelect,
183 WeekFormatTemplate, 185 WeekFormatTemplate,
184 WeekNumberLabel, 186 WeekNumberLabel,
185 }; 187 };
186 }; 188 };
187 189
188 } // namespace blink 190 } // namespace blink
189 191
190 #endif 192 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/accessibility/AXMediaControls.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698