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

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

Issue 596393004: Add AX attribute for input type (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/AXObject.cpp » ('j') | Source/core/accessibility/AXObject.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXObject.h
diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h
index c5e9107d7772a1dd54afeaa86434e6580e492e87..f59dba320e005280f8ba20823001514a8afcfad9 100644
--- a/Source/core/accessibility/AXObject.h
+++ b/Source/core/accessibility/AXObject.h
@@ -514,6 +514,7 @@ public:
String language() const;
bool hasAttribute(const QualifiedName&) const;
const AtomicString& getAttribute(const QualifiedName&) const;
+ const AtomicString& textInputType() const;
// Selected text.
virtual PlainTextRange selectedTextRange() const { return PlainTextRange(); }
« no previous file with comments | « no previous file | Source/core/accessibility/AXObject.cpp » ('j') | Source/core/accessibility/AXObject.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698