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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXObject.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
Index: third_party/WebKit/Source/modules/accessibility/AXObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXObject.h b/third_party/WebKit/Source/modules/accessibility/AXObject.h
index 1961634ace6d3c0351dbb88a23804c8d88e5bd40..911958bb10a155fea538df11b84616fed856e33e 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObject.h
@@ -328,14 +328,19 @@ enum TextUnderElementMode {
enum class AXBoolAttribute {};
-enum class AXStringAttribute {};
+enum class AXStringAttribute {
+ AriaKeyShortcuts,
+ AriaRoleDescription,
+};
enum class AXObjectAttribute {
AriaActiveDescendant,
+ AriaErrorMessage,
};
enum class AXObjectVectorAttribute {
AriaControls,
+ AriaDetails,
AriaFlowTo,
};

Powered by Google App Engine
This is Rietveld 408576698