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

Unified Diff: content/app/strings/content_strings.grd

Issue 703123002: AXRoleDescriptions are not correctly exposed for dl, dd, dt tags (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_cocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/strings/content_strings.grd
diff --git a/content/app/strings/content_strings.grd b/content/app/strings/content_strings.grd
index a797435d9e722030cda8ae69cb911c06ea1596e6..092dacbc2a049cdf5c2d80a1c8cc76b2b1c58b48 100644
--- a/content/app/strings/content_strings.grd
+++ b/content/app/strings/content_strings.grd
@@ -341,6 +341,15 @@ below:
<message name="IDS_AX_ROLE_BANNER" desc="accessibility role description for banner">
banner
</message>
+ <message name="IDS_AX_ROLE_DESCRIPTION_DETAIL" desc="accessibility role description for description, definition or value (as in a description list)">
dmazzoni 2014/11/06 07:20:34 I would just say "accessibility role description f
+ definition
+ </message>
+ <message name="IDS_AX_ROLE_DESCRIPTION_LIST" desc="accessibility role description for a description list">
+ defintion list
dmazzoni 2014/11/06 07:20:34 This should be description list?
shreeramk 2014/11/06 07:21:46 Spec says definition list.
dmazzoni 2014/11/06 07:28:29 It's misspelled, it says: defintion list As befor
+ </message>
+ <message name="IDS_AX_ROLE_DESCRIPTION_TERM" desc="accessibility role description for description term(as in a description list)">
+ term
+ </message>
<message name="IDS_AX_ROLE_WEB_AREA" desc="accessibility role description for web area">
HTML content
</message>
« 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