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

Unified Diff: public/web/WebAXEnums.h

Issue 533893004: Adds accessibility role for figcaption tag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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: public/web/WebAXEnums.h
diff --git a/public/web/WebAXEnums.h b/public/web/WebAXEnums.h
index 3b5cfccb6e4017784b80a77f0306dbdf9128f0a4..4a20cd985e322038966d6f8fb026444148d05806 100644
--- a/public/web/WebAXEnums.h
+++ b/public/web/WebAXEnums.h
@@ -100,6 +100,7 @@ enum WebAXRole {
WebAXRoleDrawer,
WebAXRoleEditableText,
WebAXRoleEmbeddedObject,
+ WebAXRoleFigcaption,
WebAXRoleFigure,
WebAXRoleFooter,
WebAXRoleForm,
« Source/core/accessibility/AXRenderObject.cpp ('K') | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698