OLD | NEW |
1 Non-hidden div for comparison | 1 Non-hidden div for comparison |
2 non-hidden treeitem | 2 non-hidden treeitem |
3 hidden non-treeitem | 3 hidden non-treeitem |
4 Buttons are leaf nodes | 4 Buttons are leaf nodes |
5 Descendant of aria-hidden node | 5 Descendant of aria-hidden node |
6 List item also presentational | 6 List item also presentational |
7 Div in list isn't presentational | 7 Div in list isn't presentational |
8 Content within label refers to label container | 8 Content within label refers to label container |
9 | 9 |
10 WebArea | 10 WebArea |
11 tree | 11 tree |
12 *Ignored | 12 *Ignored |
13 { | 13 { |
14 "nodeId": "<string>", | 14 "nodeId": "<string>", |
15 "ignored": true, | 15 "ignored": true, |
16 "ignoredReasons": [ | 16 "ignoredReasons": [ |
17 { | 17 { |
18 "name": "ancestorDisallowsChild", | 18 "name": "ancestorDisallowsChild", |
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 "name": "expanded", | 407 "name": "expanded", |
408 "value": { | 408 "value": { |
409 "type": "booleanOrUndefined", | 409 "type": "booleanOrUndefined", |
410 "value": false | 410 "value": false |
411 } | 411 } |
412 } | 412 } |
413 ], | 413 ], |
414 "domNode": "select" | 414 "domNode": "select" |
415 } | 415 } |
416 | 416 |
OLD | NEW |