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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXListBox.h

Issue 1841333002: Various fixes for aria-activedescendant. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed some Blink tests. Created 4 years, 8 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/AXListBox.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXListBox.h b/third_party/WebKit/Source/modules/accessibility/AXListBox.h
index d87fff0ec2c9e57738382ac0f4a5039c2cded73a..8b576f17c4e850a21208e09f0c6162e93783111f 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXListBox.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXListBox.h
@@ -46,7 +46,6 @@ public:
AccessibilityRole determineAccessibilityRole() final;
bool isAXListBox() const override { return true; }
- bool shouldFocusActiveDescendant() const override { return true; }
AXObject* activeDescendant() const override;
void activeIndexChanged();

Powered by Google App Engine
This is Rietveld 408576698