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

Unified Diff: third_party/WebKit/public/web/WebAXEnums.h

Issue 2653063002: Add 4 ARIA 1.1 attributes using new sparse attribute interface. (Closed)
Patch Set: Rebase Created 3 years, 11 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 | « third_party/WebKit/Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebAXEnums.h
diff --git a/third_party/WebKit/public/web/WebAXEnums.h b/third_party/WebKit/public/web/WebAXEnums.h
index 1b72d74bcb7d25326747dab98c632377394d2852..2663a827d8d78147dd3c8fa39f823cc1a8c27ce5 100644
--- a/third_party/WebKit/public/web/WebAXEnums.h
+++ b/third_party/WebKit/public/web/WebAXEnums.h
@@ -360,13 +360,17 @@ enum class WebAXBoolAttribute {};
// Sparse attributes of a WebAXObject whose value is a string.
// In order for it to be a sparse attribute the default value
// must be "".
-enum class WebAXStringAttribute {};
+enum class WebAXStringAttribute {
+ AriaKeyShortcuts,
+ AriaRoleDescription,
+};
// Sparse attributes of a WebAXObject whose value is a reference to
// another WebAXObject within the same frame. In order for it to be a
// sparse attribute the default value must be the null WebAXObject.
enum class WebAXObjectAttribute {
AriaActiveDescendant,
+ AriaErrorMessage,
};
// Sparse attributes of a WebAXObject whose value is a vector of
@@ -375,6 +379,7 @@ enum class WebAXObjectAttribute {
// empty vector.
enum class WebAXObjectVectorAttribute {
AriaControls,
+ AriaDetails,
AriaFlowTo,
};
« no previous file with comments | « third_party/WebKit/Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698