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

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: Rebaseline Windows test expectation (and remember to upload it) Created 8 years, 8 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 | « content/test/data/accessibility/footer-expected-win.txt ('k') | webkit/glue/webaccessibility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webaccessibility.h
diff --git a/webkit/glue/webaccessibility.h b/webkit/glue/webaccessibility.h
index fd4362eb9c4f9ad174d601f07db2b3b886598f5e..ea82bdbcbaf4e3581b8921f068adc7c7d8010dbd 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,
« no previous file with comments | « content/test/data/accessibility/footer-expected-win.txt ('k') | webkit/glue/webaccessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698