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

Side by Side Diff: content/test/data/accessibility/aria/aria-col-attr-expected-win.txt

Issue 2539503003: ARIA 1.1: implementation for aria-col-* and aria-row-*. (Closed)
Patch Set: Fix bad rebase 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_TABLE colcount:5
3 ++++ROLE_SYSTEM_ROW
4 ++++++ROLE_SYSTEM_COLUMNHEADER colindex:2 colspan:2
5 ++++++++ROLE_SYSTEM_STATICTEXT name='cell 2'
6 ++++++ROLE_SYSTEM_COLUMNHEADER colindex:4
7 ++++++++ROLE_SYSTEM_STATICTEXT name='cell 4'
8 ++++++ROLE_SYSTEM_COLUMNHEADER colindex:5
9 ++++++++ROLE_SYSTEM_STATICTEXT name='cell 5'
10 ++++ROLE_SYSTEM_ROW
11 ++++++ROLE_SYSTEM_CELL colindex:2
12 ++++++++ROLE_SYSTEM_STATICTEXT name='cell 2'
13 ++++++ROLE_SYSTEM_CELL colindex:3
14 ++++++++ROLE_SYSTEM_STATICTEXT name='cell 3'
15 ++++++ROLE_SYSTEM_CELL colindex:4
16 ++++++++ROLE_SYSTEM_STATICTEXT name='cell 4'
17 ++++++ROLE_SYSTEM_CELL colindex:5
18 ++++++++ROLE_SYSTEM_STATICTEXT name='cell 5'
19 ++++ROLE_SYSTEM_COLUMN
20 ++++ROLE_SYSTEM_COLUMN
21 ++++ROLE_SYSTEM_COLUMN
22 ++++ROLE_SYSTEM_COLUMN
23 ++++IA2_ROLE_SECTION
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698