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

Unified Diff: third_party/WebKit/Source/web/AssertMatchingEnums.cpp

Issue 2607113003: Implement 5 ARIA 1.1 roles: cell, feed, figure, table, term (Closed)
Patch Set: Fix blink to Chrome enum mapping Created 3 years, 12 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/web/AssertMatchingEnums.cpp
diff --git a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
index 5c4b23762a6987affe46671eb257b63c6bf5f721..1d74cd95a36252ff6cfdbcaee5bc6d4dad362f3a 100644
--- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
+++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
@@ -224,6 +224,7 @@ STATIC_ASSERT_ENUM(WebAXRoleDisclosureTriangle, DisclosureTriangleRole);
STATIC_ASSERT_ENUM(WebAXRoleDiv, DivRole);
STATIC_ASSERT_ENUM(WebAXRoleDocument, DocumentRole);
STATIC_ASSERT_ENUM(WebAXRoleEmbeddedObject, EmbeddedObjectRole);
+STATIC_ASSERT_ENUM(WebAXRoleFeed, FeedRole);
STATIC_ASSERT_ENUM(WebAXRoleFigcaption, FigcaptionRole);
STATIC_ASSERT_ENUM(WebAXRoleFigure, FigureRole);
STATIC_ASSERT_ENUM(WebAXRoleFooter, FooterRole);
@@ -299,6 +300,7 @@ STATIC_ASSERT_ENUM(WebAXRoleTabPanel, TabPanelRole);
STATIC_ASSERT_ENUM(WebAXRoleTab, TabRole);
STATIC_ASSERT_ENUM(WebAXRoleTableHeaderContainer, TableHeaderContainerRole);
STATIC_ASSERT_ENUM(WebAXRoleTable, TableRole);
+STATIC_ASSERT_ENUM(WebAXRoleTerm, TermRole);
STATIC_ASSERT_ENUM(WebAXRoleTextField, TextFieldRole);
STATIC_ASSERT_ENUM(WebAXRoleTime, TimeRole);
STATIC_ASSERT_ENUM(WebAXRoleTimer, TimerRole);
« no previous file with comments | « third_party/WebKit/Source/modules/accessibility/AXObject.cpp ('k') | third_party/WebKit/public/web/WebAXEnums.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698