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

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

Issue 609793002: Add AX role ,'AXDescriptionList', for dl element(re-land). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: AX role for description list(rebased) Created 6 years, 3 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/AXList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXList.h
diff --git a/Source/core/accessibility/AXList.h b/Source/core/accessibility/AXList.h
index ed3c6152ec5a473b42e5597769b1c0ebc44561b3..2ab89fafc9283adae9d30741f00314b59f4da30c 100644
--- a/Source/core/accessibility/AXList.h
+++ b/Source/core/accessibility/AXList.h
@@ -43,8 +43,9 @@ public:
virtual bool isList() const OVERRIDE { return true; }
- virtual AccessibilityRole roleValue() const OVERRIDE { return ListRole; }
+ virtual AccessibilityRole roleValue() const OVERRIDE FINAL;
private:
+ bool isDescriptionList() const;
virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
};
« no previous file with comments | « no previous file | Source/core/accessibility/AXList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698