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

Side by Side Diff: content/test/data/accessibility/aria/aria-term-expected-win.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 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
2 ++ROLE_SYSTEM_LIST READONLY xml-roles:list
3 ++++ROLE_SYSTEM_LISTITEM READONLY xml-roles:term
4 ++++++ROLE_SYSTEM_STATICTEXT name='Term1'
5 ++++IA2_ROLE_PARAGRAPH READONLY xml-roles:definition
6 ++++++ROLE_SYSTEM_STATICTEXT name='Definition1'
7 ++++ROLE_SYSTEM_LISTITEM READONLY xml-roles:term
8 ++++++ROLE_SYSTEM_STATICTEXT name='Term2'
9 ++++IA2_ROLE_PARAGRAPH READONLY xml-roles:definition
10 ++++++ROLE_SYSTEM_STATICTEXT name='Definition2'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698