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

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

Issue 638103003: ARIA role region is not exposed correct with MSAA+IA2 role (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Updating aria-flowto.html Created 6 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 side-by-side diff with in-line comments
Download patch
Index: content/app/strings/content_strings.grd
diff --git a/content/app/strings/content_strings.grd b/content/app/strings/content_strings.grd
index 3944fa3c7e49b35e9cc755d64bb3c7e768900b26..d93035685c8d1f5bff63618e3ddd41dc5b99522b 100644
--- a/content/app/strings/content_strings.grd
+++ b/content/app/strings/content_strings.grd
@@ -350,6 +350,9 @@ below:
<message name="IDS_AX_ROLE_HEADING" desc="accessibility role description for headings">
heading
</message>
+ <message name="IDS_AX_ROLE_REGION" desc="accessibility role description for section">
dmazzoni 2014/10/17 15:46:04 the description should say "region", not "section"
shreeramk 2014/10/17 16:08:22 I am adding this for section tag. Still I need to
+ region
+ </message>
<if expr="is_macosx">
<message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description for footers">
footer

Powered by Google App Engine
This is Rietveld 408576698