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

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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 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') | ui/accessibility/ax_enums.idl » ('j') | 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 113f460722830363491a6f9fb7dfd703a82615cf..5814a350bef6532f15db90839b9f6bae97c814dc 100644
--- a/third_party/WebKit/public/web/WebAXEnums.h
+++ b/third_party/WebKit/public/web/WebAXEnums.h
@@ -109,7 +109,6 @@ enum WebAXRole {
kWebAXRoleDialog,
kWebAXRoleDirectory,
kWebAXRoleDisclosureTriangle,
- kWebAXRoleDiv,
kWebAXRoleDocument,
kWebAXRoleEmbeddedObject,
kWebAXRoleFeed,
@@ -117,6 +116,7 @@ enum WebAXRole {
kWebAXRoleFigure,
kWebAXRoleFooter,
kWebAXRoleForm,
+ kWebAXRoleGenericContainer,
kWebAXRoleGrid,
kWebAXRoleGroup,
kWebAXRoleHeading,
« no previous file with comments | « third_party/WebKit/Source/web/AssertMatchingEnums.cpp ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698