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

Unified Diff: Source/core/accessibility/AXRenderObject.cpp

Issue 104583006: Don't ignore landmark and related AXObjects, because they should be exposed to (Closed) Base URL: http://src.chromium.org/blink/trunk/
Patch Set: Created 6 years, 12 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: Source/core/accessibility/AXRenderObject.cpp
===================================================================
--- Source/core/accessibility/AXRenderObject.cpp (revision 164401)
+++ Source/core/accessibility/AXRenderObject.cpp (working copy)
@@ -651,6 +651,9 @@
if (isHeading())
return false;
+ if (isLandmarkRelated())
+ return false;
+
if (isLink())
return false;
« Source/core/accessibility/AXObject.cpp ('K') | « Source/core/accessibility/AXObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698