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

Side by Side Diff: content/test/data/accessibility/main.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:AXRole*
3 @MAC-ALLOW:AXSubrole=* 3 @MAC-ALLOW:AXSubrole=*
4 @MAC-ALLOW:AXRoleDescription=*
5 @WIN-ALLOW:xml-roles:* 4 @WIN-ALLOW:xml-roles:*
6 --> 5 -->
7 <!DOCTYPE html> 6 <!DOCTYPE html>
8 <html> 7 <html>
9 <body> 8 <body>
10 <main> 9 <main>
11 This is main element. 10 This is main element.
12 </main> 11 </main>
13 12
14 <div role="main"> 13 <div role="main">
15 This is an ARIA role main. 14 This is an ARIA role main.
16 </div> 15 </div>
17 </body> 16 </body>
18 </html> 17 </html>
OLDNEW
« no previous file with comments | « content/test/data/accessibility/landmark-expected-mac.txt ('k') | content/test/data/accessibility/main-expected-mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698