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

Side by Side Diff: webkit/glue/webkit_strings.grd

Issue 184103036: Follow ARIA spec guidelines for role=button with aria-pressed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix togglebutton test and expectation on mac Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « content/test/data/accessibility/togglebutton-expected-mac.txt ('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 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by webkit that 4 each locale. Specifically, these are UI strings that are used by webkit that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <!-- Some of these strings and string descriptions were taken from 7 <!-- Some of these strings and string descriptions were taken from
8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license 8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license
9 below: 9 below:
10 10
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 </message> 340 </message>
341 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f or headings"> 341 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f or headings">
342 heading 342 heading
343 </message> 343 </message>
344 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description fo r footers"> 344 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description fo r footers">
345 footer 345 footer
346 </message> 346 </message>
347 <message name="IDS_AX_ROLE_STEPPER" desc="accessibility role description f or a stepper - a control where you can use up/down arrows to increment or decrem ent it. The name 'stepper' is how this user interface element is described by Vo iceOver on Mac OS X; the translation should be consistent with VoiceOver."> 347 <message name="IDS_AX_ROLE_STEPPER" desc="accessibility role description f or a stepper - a control where you can use up/down arrows to increment or decrem ent it. The name 'stepper' is how this user interface element is described by Vo iceOver on Mac OS X; the translation should be consistent with VoiceOver.">
348 stepper 348 stepper
349 </message> 349 </message>
350 <message name="IDS_AX_ROLE_TOGGLE_BUTTON" desc="accessibility role descrip tion for a toggle button">
351 toggle button
352 </message>
350 353
351 <message name="IDS_AX_BUTTON_ACTION_VERB" desc="Verb stating the action th at will occur when a button is pressed, as used by accessibility."> 354 <message name="IDS_AX_BUTTON_ACTION_VERB" desc="Verb stating the action th at will occur when a button is pressed, as used by accessibility.">
352 press 355 press
353 </message> 356 </message>
354 <message name="IDS_AX_RADIO_BUTTON_ACTION_VERB" desc="Verb stating the act ion that will occur when a radio button is clicked, as used by accessibility."> 357 <message name="IDS_AX_RADIO_BUTTON_ACTION_VERB" desc="Verb stating the act ion that will occur when a radio button is clicked, as used by accessibility.">
355 select 358 select
356 </message> 359 </message>
357 <message name="IDS_AX_TEXT_FIELD_ACTION_VERB" desc="Verb stating the actio n that will occur when a text field is selected, as used by accessibility."> 360 <message name="IDS_AX_TEXT_FIELD_ACTION_VERB" desc="Verb stating the actio n that will occur when a text field is selected, as used by accessibility.">
358 activate 361 activate
359 </message> 362 </message>
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 Loading 687 Loading
685 </message> 688 </message>
686 689
687 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> 690 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
688 Couldn't load plug-in. 691 Couldn't load plug-in.
689 </message> 692 </message>
690 693
691 </messages> 694 </messages>
692 </release> 695 </release>
693 </grit> 696 </grit>
OLDNEW
« no previous file with comments | « content/test/data/accessibility/togglebutton-expected-mac.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698