OLD | NEW |
1 AXWebArea | 1 AXWebArea |
2 AXHeading title='H3' value='3' | 2 AXHeading AXTitle='H3' AXValue='3' |
3 AXStaticText value='H3' | 3 AXStaticText AXValue='H3' |
4 AXHeading title='ARIA heading level 3' value='3' | 4 AXHeading AXTitle='ARIA heading level 3' AXValue='3' |
5 AXStaticText value='ARIA heading level 3' | 5 AXStaticText AXValue='ARIA heading level 3' |
6 AXOutline | 6 AXOutline |
7 AXRow subrole=AXOutlineRow disclosing='1' disclosureLevel='0' | 7 AXRow AXSubrole=AXOutlineRow AXDisclosing='1' AXDisclosureLevel='0' |
8 AXStaticText value='Tree item at level 1' | 8 AXStaticText AXValue='Tree item at level 1' |
9 AXRow subrole=AXOutlineRow disclosing='0' disclosureLevel='1' | 9 AXRow AXSubrole=AXOutlineRow AXDisclosing='0' AXDisclosureLevel='1' |
10 AXStaticText value='Tree item at level 2' | 10 AXStaticText AXValue='Tree item at level 2' |
11 AXRow subrole=AXOutlineRow disclosing='0' disclosureLevel='2' | 11 AXRow AXSubrole=AXOutlineRow AXDisclosing='0' AXDisclosureLevel='2' |
12 AXStaticText value='Tree item at level 3' | 12 AXStaticText AXValue='Tree item at level 3' |
13 AXTable | 13 AXTable |
14 AXRow disclosureLevel='0' | 14 AXRow AXDisclosureLevel='0' |
15 AXCell | 15 AXCell |
16 AXStaticText value='Cell at level 1' | 16 AXStaticText AXValue='Cell at level 1' |
17 AXRow disclosureLevel='1' | 17 AXRow AXDisclosureLevel='1' |
18 AXCell | 18 AXCell |
19 AXStaticText value='Cell at level 2' | 19 AXStaticText AXValue='Cell at level 2' |
20 AXColumn | 20 AXColumn |
21 AXGroup | 21 AXGroup |
OLD | NEW |