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

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

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: rebasing changes 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
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 924ad75105b913aa99952b44bbbe9ae733b67611..53fc886551cef904fd4a665b4c6417e9c63fcf96 100644
--- a/content/browser/accessibility/browser_accessibility_win.cc
+++ b/content/browser/accessibility/browser_accessibility_win.cc
@@ -3479,8 +3479,8 @@ void BrowserAccessibilityWin::InitRoleAndState() {
break;
case ui::AX_ROLE_DESCRIPTION_LIST_DETAIL:
role_name_ = html_tag;
+ ia_role_ = ROLE_SYSTEM_TEXT;
ia2_role_ = IA2_ROLE_PARAGRAPH;
- ia_state_ |= STATE_SYSTEM_READONLY;
break;
case ui::AX_ROLE_DESCRIPTION_LIST:
role_name_ = html_tag;
« no previous file with comments | « content/browser/accessibility/browser_accessibility_cocoa.mm ('k') | content/test/data/accessibility/dl.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698