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

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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Single quote 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
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 dc706b329868aebbf4bb6e4fc2c6c1259b87a512..2e7ddd52f7c3c8532ea1500f68808ed07f796bfd 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,

Powered by Google App Engine
This is Rietveld 408576698