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

Side by Side 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, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!--
2 @WIN-ALLOW:xml-roles:*
3 -->
4 <!doctype html>
5 <html>
6 <body>
7 <header>This is a header element.</header>
8 <aside>This is an aside element.</aside>
9 <address>This is an address element.</address>
10 <footer>This is a footer element.</footer>
11 <main>This is a main element.</main>
12 <nav>This is a nav element.</nav>
13
14 <div role="appliation">This is an ARIA application landmark.</div>
15 <div role="banner">This is an ARIA banner landmark.</div>
16 <div role="complemtary">This is an ARIA complemntary landmark.</div>
17 <div role="contentinfo">This is an ARIA contentinfo landmark.</div>
18 <div role="main">This is an ARIA main landmark.</div>
19 <div role="navigation">This is an ARIA navigation landmark.</div>
20 <div role="search">This is an ARIA search landmark.</div>
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698