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

Unified Diff: Source/core/accessibility/AXObject.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: Source/core/accessibility/AXObject.h
diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h
index 4eafa2f613a27fbce393884a9f16455c376ce824..951ca30e2772b6a6ce9b3737ff70ce4464014958 100644
--- a/Source/core/accessibility/AXObject.h
+++ b/Source/core/accessibility/AXObject.h
@@ -88,6 +88,7 @@ enum AccessibilityRole {
DrawerRole,
EditableTextRole,
EmbeddedObjectRole,
+ FigcaptionRole,
FigureRole,
FooterRole,
FormRole,

Powered by Google App Engine
This is Rietveld 408576698