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

Unified Diff: webkit/glue/webaccessibility.h

Issue 9838042: Expose correct semantics for HTML5 footer element on mac and windows platforms, as per https://bugs… (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Based off https://chromiumcodereview.appspot.com/9835038/ Created 8 years, 9 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: webkit/glue/webaccessibility.h
diff --git a/webkit/glue/webaccessibility.h b/webkit/glue/webaccessibility.h
index 3b6df7a065bbca1d39ce89f0109e998d1d80e990..24d1f7c3c8fa282cac49ef39c3763cf88494acd8 100644
--- a/webkit/glue/webaccessibility.h
+++ b/webkit/glue/webaccessibility.h
@@ -56,6 +56,7 @@ struct WEBKIT_GLUE_EXPORT WebAccessibility {
ROLE_DOCUMENT,
ROLE_DRAWER,
ROLE_EDITABLE_TEXT,
+ ROLE_FOOTER,
ROLE_GRID,
ROLE_GROUP,
ROLE_GROW_AREA,

Powered by Google App Engine
This is Rietveld 408576698