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

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

Issue 703123002: AXRoleDescriptions are not correctly exposed for dl, dd, dt tags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebasing changes 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 <!doctype html>
2 <!-- 1 <!--
2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXSubrole* 3 @MAC-ALLOW:AXSubrole*
4 --> 4 -->
5 <!DOCTYPE html>
5 <html> 6 <html>
6 <body> 7 <body>
7 <dl> 8 <dl>
8 <dt>Term</dt> 9 <dt>Term</dt>
9 <dd>Description</dd> 10 <dd>Description</dd>
10 </dl> 11 </dl>
11 <div role="definition">Definition</div> 12 <div role="definition">Definition</div>
12 </body> 13 </body>
13 </html> 14 </html>
OLDNEW
« no previous file with comments | « content/browser/accessibility/browser_accessibility_win.cc ('k') | content/test/data/accessibility/dl-expected-mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698