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

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

Issue 713873002: Add the case for figure in title() and accessibilityDescription(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update accessibilityDescription for figcaption Created 6 years, 1 month 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/AXNodeObject.h
diff --git a/Source/core/accessibility/AXNodeObject.h b/Source/core/accessibility/AXNodeObject.h
index 8aadaccdd2101954985886d328b4ae16a2d1844b..7612d087a0331ee083395a1f5fe8153e11cf6e62 100644
--- a/Source/core/accessibility/AXNodeObject.h
+++ b/Source/core/accessibility/AXNodeObject.h
@@ -194,6 +194,7 @@ private:
void ariaLabeledByText(Vector<AccessibilityText>&) const;
void changeValueByPercent(float percentChange);
float stepValueForRange() const;
+ AXObject* searchAXObjectFromChild(const HTMLQualifiedName&) const;
dmazzoni 2014/11/12 06:03:03 Great idea for a helper function - I'd call it som
je_julie(Not used) 2014/11/12 13:07:04 Thanks!
};
DEFINE_AX_OBJECT_TYPE_CASTS(AXNodeObject, isAXNodeObject());
« no previous file with comments | « no previous file | Source/core/accessibility/AXNodeObject.cpp » ('j') | Source/core/accessibility/AXNodeObject.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698