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

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

Issue 2715403002: Exposes the contents of math regions to screen readers (Closed)
Patch Set: Fixed test expectations. Created 3 years, 9 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
« no previous file with comments | « no previous file | content/test/data/accessibility/aria/aria-math-expected-mac.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/browser_accessibility.cc
diff --git a/content/browser/accessibility/browser_accessibility.cc b/content/browser/accessibility/browser_accessibility.cc
index 4f5fc90719d41349a806095e21f76122ccd4d671..cc91602febd3fd987baf0988db07df6333f8e171 100644
--- a/content/browser/accessibility/browser_accessibility.cc
+++ b/content/browser/accessibility/browser_accessibility.cc
@@ -83,7 +83,6 @@ bool BrowserAccessibility::PlatformIsLeaf() const {
// buttons are allowed to have content.)
switch (GetRole()) {
case ui::AX_ROLE_IMAGE:
- case ui::AX_ROLE_MATH:
case ui::AX_ROLE_METER:
case ui::AX_ROLE_SCROLL_BAR:
case ui::AX_ROLE_SLIDER:
« no previous file with comments | « no previous file | content/test/data/accessibility/aria/aria-math-expected-mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698