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

Side by Side Diff: content/test/data/accessibility/landmark.html

Issue 682833003: AXRoleDescription is not exposed correctly for aside, main, nav element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated comments Created 6 years, 1 month 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
1 <!-- 1 <!--
2 @MAC-ALLOW:AXRole*
2 @MAC-ALLOW:AXSubrole=* 3 @MAC-ALLOW:AXSubrole=*
3 @WIN-ALLOW:xml-roles:* 4 @WIN-ALLOW:xml-roles:*
4 --> 5 -->
5 <!doctype html> 6 <!DOCTYPE html>
6 <html> 7 <html>
7 <body> 8 <body>
8 <header>This is a header element.</header> 9 <header>This is a header element.</header>
9 <aside>This is an aside element.</aside> 10 <aside>This is an aside element.</aside>
10 <address>This is an address element.</address> 11 <address>This is an address element.</address>
11 <footer>This is a footer element.</footer> 12 <footer>This is a footer element.</footer>
12 <main>This is a main element.</main> 13 <main>This is a main element.</main>
13 <nav>This is a nav element.</nav> 14 <nav>This is a nav element.</nav>
14 15
15 <div role="application">This is an ARIA application landmark.</div> 16 <div role="application">This is an ARIA application landmark.</div>
16 <div role="banner">This is an ARIA banner landmark.</div> 17 <div role="banner">This is an ARIA banner landmark.</div>
17 <div role="complementary">This is an ARIA complementary landmark.</div> 18 <div role="complementary">This is an ARIA complementary landmark.</div>
18 <div role="contentinfo">This is an ARIA contentinfo landmark.</div> 19 <div role="contentinfo">This is an ARIA contentinfo landmark.</div>
19 <div role="main">This is an ARIA main landmark.</div> 20 <div role="main">This is an ARIA main landmark.</div>
20 <div role="navigation">This is an ARIA navigation landmark.</div> 21 <div role="navigation">This is an ARIA navigation landmark.</div>
21 <div role="search">This is an ARIA search landmark.</div> 22 <div role="search">This is an ARIA search landmark.</div>
22 </body> 23 </body>
23 </html> 24 </html>
OLDNEW
« no previous file with comments | « content/test/data/accessibility/aside-expected-mac.txt ('k') | content/test/data/accessibility/landmark-expected-mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698