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

Side by Side Diff: content/app/strings/content_strings.grd

Issue 722663002: HTML math tag should have AXRoleDescription as 'math' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | content/browser/accessibility/browser_accessibility_cocoa.mm » ('j') | 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 content that 4 each locale. Specifically, these are UI strings that are used by content 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 </message> 390 </message>
391 <message name="IDS_AX_ROLE_MAIN_CONTENT" desc="accessibility role descript ion for main content of the document."> 391 <message name="IDS_AX_ROLE_MAIN_CONTENT" desc="accessibility role descript ion for main content of the document.">
392 main 392 main
393 </message> 393 </message>
394 <message name="IDS_AX_ROLE_NAVIGATIONAL_LINK" desc="accessibility role des cription for group of navigational links."> 394 <message name="IDS_AX_ROLE_NAVIGATIONAL_LINK" desc="accessibility role des cription for group of navigational links.">
395 navigation 395 navigation
396 </message> 396 </message>
397 <message name="IDS_AX_ROLE_FORM" desc="accessibility role description for form"> 397 <message name="IDS_AX_ROLE_FORM" desc="accessibility role description for form">
398 form 398 form
399 </message> 399 </message>
400 <message name="IDS_AX_ROLE_MATH" desc="accessibility role description for math">
401 math
402 </message>
400 403
401 <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."> 404 <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.">
402 press 405 press
403 </message> 406 </message>
404 <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."> 407 <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.">
405 select 408 select
406 </message> 409 </message>
407 <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."> 410 <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.">
408 activate 411 activate
409 </message> 412 </message>
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></p h> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>1 00</ex></ph> characters). 736 Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></p h> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>1 00</ex></ph> characters).
734 </message> 737 </message>
735 738
736 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> 739 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load">
737 Couldn't load plug-in. 740 Couldn't load plug-in.
738 </message> 741 </message>
739 742
740 </messages> 743 </messages>
741 </release> 744 </release>
742 </grit> 745 </grit>
OLDNEW
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698