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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp

Issue 2439453004: Revert of Accessibility: Ignore all anonymous blocks (Closed)
Patch Set: Created 4 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: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
index 7d5ee81edfc0287fc5336ab981d9c955f66c7433..2f8dca035ab5ffd22c1beb5d1ff11142b7dd9dea 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
@@ -502,9 +502,6 @@
if (decision == IgnoreObject)
return true;
- if (m_layoutObject->isAnonymousBlock())
- return true;
-
// If this element is within a parent that cannot have children, it should not
// be exposed.
if (isDescendantOfLeafNode()) {

Powered by Google App Engine
This is Rietveld 408576698