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

Unified Diff: webkit/glue/webkit_strings.grd

Issue 10911287: Make spin button accessible on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: webkit/glue/webkit_strings.grd
diff --git a/webkit/glue/webkit_strings.grd b/webkit/glue/webkit_strings.grd
index 4567dab20a15a3f47ba41f6dfe6f3456492aeca0..d6f3bf64ae21a164af2140c5e27a2f537e9557f8 100644
--- a/webkit/glue/webkit_strings.grd
+++ b/webkit/glue/webkit_strings.grd
@@ -294,6 +294,9 @@ below:
<message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description for footers">
footer
</message>
+ <message name="IDS_AX_ROLE_SPIN_BUTTON" desc="accessibility role description for a spin button - a control where you can type in a numeric value and use up/down arrows to increment or decrement it">
+ spin button
David Tseng 2012/09/13 19:00:57 OS X actually calls this a "stepper".
+ </message>
<message name="IDS_AX_BUTTON_ACTION_VERB" desc="Verb stating the action that will occur when a button is pressed, as used by accessibility.">
press

Powered by Google App Engine
This is Rietveld 408576698