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

Side by Side Diff: content/test/data/accessibility/aria/aria-term-expected-mac.txt

Issue 2607113003: Implement 5 ARIA 1.1 roles: cell, feed, figure, table, term (Closed)
Patch Set: Fix blink to Chrome enum mapping Created 3 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 AXWebArea AXRoleDescription='HTML content'
2 ++AXList AXRoleDescription='list'
3 ++++AXGroup AXSubrole=AXTerm AXRoleDescription='term'
4 ++++++AXStaticText AXRoleDescription='text' AXValue='Term1'
5 ++++AXGroup AXRoleDescription='definition'
6 ++++++AXStaticText AXRoleDescription='text' AXValue='Definition1'
7 ++++AXGroup AXSubrole=AXTerm AXRoleDescription='term'
8 ++++++AXStaticText AXRoleDescription='text' AXValue='Term2'
9 ++++AXGroup AXRoleDescription='definition'
10 ++++++AXStaticText AXRoleDescription='text' AXValue='Definition2'
OLDNEW
« no previous file with comments | « content/test/data/accessibility/aria/aria-term.html ('k') | content/test/data/accessibility/aria/aria-term-expected-win.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698