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

Unified Diff: content/test/data/accessibility/landmark.html

Issue 98183011: Expose semantics of landmark and related roles for assitive technologies (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 12 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: content/test/data/accessibility/landmark.html
===================================================================
--- content/test/data/accessibility/landmark.html (revision 0)
+++ content/test/data/accessibility/landmark.html (revision 0)
@@ -0,0 +1,22 @@
+<!--
+@WIN-ALLOW:xml-roles:*
+-->
+<!doctype html>
+<html>
+<body>
+ <header>This is a header element.</header>
+ <aside>This is an aside element.</aside>
+ <address>This is an address element.</address>
+ <footer>This is a footer element.</footer>
+ <main>This is a main element.</main>
+ <nav>This is a nav element.</nav>
+
+ <div role="appliation">This is an ARIA application landmark.</div>
+ <div role="banner">This is an ARIA banner landmark.</div>
+ <div role="complemtary">This is an ARIA complemntary landmark.</div>
+ <div role="contentinfo">This is an ARIA contentinfo landmark.</div>
+ <div role="main">This is an ARIA main landmark.</div>
+ <div role="navigation">This is an ARIA navigation landmark.</div>
+ <div role="search">This is an ARIA search landmark.</div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698