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

Unified Diff: Source/core/accessibility/AXNodeObject.h

Issue 679623002: Check whether aria-expanded attribute is defined (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | Source/core/accessibility/AXNodeObject.cpp » ('j') | public/web/WebAXObject.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXNodeObject.h
diff --git a/Source/core/accessibility/AXNodeObject.h b/Source/core/accessibility/AXNodeObject.h
index 38f4013bec78f9eef68670dce2191f38aed2c554..c8304ee24cd5e885d2788a2fb86f43aae6a9dc22 100644
--- a/Source/core/accessibility/AXNodeObject.h
+++ b/Source/core/accessibility/AXNodeObject.h
@@ -145,6 +145,7 @@ protected:
virtual String ariaDescribedByAttribute() const override final;
virtual String ariaLabeledByAttribute() const override final;
virtual AccessibilityRole ariaRoleAttribute() const override final;
+ virtual bool supportsARIAExpanded() const final;
// Accessibility Text.
virtual String textUnderElement() const override;
« no previous file with comments | « no previous file | Source/core/accessibility/AXNodeObject.cpp » ('j') | public/web/WebAXObject.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698