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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXObject.h

Issue 1595063002: Adds AX role for abbr tag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 a88e925c4f83f3a90ebb5c30d27e859d2c6d86ad..a6d364facae2fb477978c7cd87be36cbfd67090f 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObject.h
@@ -57,6 +57,7 @@ typedef unsigned AXID;
enum AccessibilityRole {
UnknownRole = 0,
+ AbbrRole, // No mapping to ARIA role
AlertDialogRole,
AlertRole,
AnnotationRole, // No mapping to ARIA role

Powered by Google App Engine
This is Rietveld 408576698