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

Unified Diff: public/web/WebAXEnums.h

Issue 23983002: Expose InlineTextBoxes in the accessibility tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 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 | « Source/web/WebAXObject.cpp ('k') | public/web/WebAXObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAXEnums.h
diff --git a/public/web/WebAXEnums.h b/public/web/WebAXEnums.h
index fbe08067f938e089c3f46e643b825458e74bc145..a381bec11d5abd65b1b03342185b069d18cf3132 100644
--- a/public/web/WebAXEnums.h
+++ b/public/web/WebAXEnums.h
@@ -111,6 +111,7 @@ enum WebAXRole {
WebAXRoleImageMap,
WebAXRoleImage,
WebAXRoleIncrementor,
+ WebAXRoleInlineTextBox,
WebAXRoleLabel,
WebAXRoleLegend,
WebAXRoleLink,
@@ -208,6 +209,14 @@ enum WebAXState {
WebAXStateVisited,
};
+// Text direction, only used for role=WebAXRoleInlineTextBox.
+enum WebAXTextDirection {
+ WebAXTextDirectionLR,
+ WebAXTextDirectionRL,
+ WebAXTextDirectionTB,
+ WebAXTextDirectionBT
+};
+
} // namespace WebKit
#endif
« no previous file with comments | « Source/web/WebAXObject.cpp ('k') | public/web/WebAXObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698