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

Unified Diff: third_party/WebKit/Source/core/dom/AccessibleNode.h

Issue 2788523002: Finish all string attributes for Accessibility Object Model Phase 1. (Closed)
Patch Set: Rebase Created 3 years, 9 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
Index: third_party/WebKit/Source/core/dom/AccessibleNode.h
diff --git a/third_party/WebKit/Source/core/dom/AccessibleNode.h b/third_party/WebKit/Source/core/dom/AccessibleNode.h
index a423caeb6214ece94a00f7884157f918ae8a0958..33bbf349f7ce642534c0dfa17b535649a2ac8514 100644
--- a/third_party/WebKit/Source/core/dom/AccessibleNode.h
+++ b/third_party/WebKit/Source/core/dom/AccessibleNode.h
@@ -18,7 +18,22 @@ class Element;
// All of the properties of AccessibleNode that have type "string".
// TODO(dmazzoni): Add similar enums for all of the properties with
// type bool, float, reference, and reference list.
-enum class AOMStringProperty { kRole, kLabel };
+enum class AOMStringProperty {
+ kAutocomplete,
+ kChecked,
+ kCurrent,
+ kInvalid,
+ kKeyShortcuts,
+ kLabel,
+ kLive,
+ kOrientation,
+ kPlaceholder,
+ kRelevant,
+ kRole,
+ kRoleDescription,
+ kSort,
+ kValueText
+};
// Accessibility Object Model node
// Explainer: https://github.com/WICG/aom/blob/master/explainer.md

Powered by Google App Engine
This is Rietveld 408576698