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

Unified Diff: content/browser/accessibility/browser_accessibility_win.cc

Issue 702943003: MSAA + (IA,IA2) role are not correctly exposed for html footer tag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating landmark expectation for win 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/test/data/accessibility/footer-expected-win.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/browser_accessibility_win.cc
diff --git a/content/browser/accessibility/browser_accessibility_win.cc b/content/browser/accessibility/browser_accessibility_win.cc
index 47951b1a0e2ce6943fd5722a1b2f8d452c0537e0..92981b2c0bcf3824b0e0c621a3fdb69c0a9fc358 100644
--- a/content/browser/accessibility/browser_accessibility_win.cc
+++ b/content/browser/accessibility/browser_accessibility_win.cc
@@ -3527,8 +3527,8 @@ void BrowserAccessibilityWin::InitRoleAndState() {
ia2_role_ = IA2_ROLE_FORM;
break;
case ui::AX_ROLE_FOOTER:
- ia_role_ = IA2_ROLE_FOOTER;
- ia_state_ |= STATE_SYSTEM_READONLY;
+ ia_role_ = ROLE_SYSTEM_GROUPING;
+ ia2_role_ = IA2_ROLE_FOOTER;
break;
case ui::AX_ROLE_GRID:
ia_role_ = ROLE_SYSTEM_TABLE;
« no previous file with comments | « no previous file | content/test/data/accessibility/footer-expected-win.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698