OLD | NEW |
1 <!-- | 1 <!-- |
2 @MAC-ALLOW:AXSubrole* | 2 @MAC-ALLOW:AXSubrole* |
3 @MAC-ALLOW:AXOrientation* | 3 @MAC-ALLOW:AXOrientation* |
4 @MAC-ALLOW:AXSelectedChildren* | 4 @MAC-ALLOW:AXSelectedChildren* |
5 @MAC-ALLOW:AXVisibleChildren* | 5 @MAC-ALLOW:AXVisibleChildren* |
| 6 @WIN-ALLOW:ia2_hypertext=* |
6 --> | 7 --> |
7 <html> | 8 <html> |
8 <body> | 9 <body> |
9 <div role="listbox"> | 10 <div role="listbox"> |
10 <div tabIndex="-1" aria-label="1" role="option">Item 1</div> | 11 <div tabIndex="-1" aria-label="1" role="option">Item 1</div> |
11 <div tabIndex="-1" aria-label="2" role="option">Item 2</div> | 12 <div tabIndex="-1" aria-label="2" role="option">Item 2</div> |
12 <div tabIndex="-1" aria-label="3" role="option">Item 3</div> | 13 <div tabIndex="-1" aria-label="3" role="option">Item 3</div> |
13 <div tabIndex="-1" aria-selected="true" aria-label="4" role="option">Item 4</d
iv> | 14 <div tabIndex="-1" aria-selected="true" aria-label="4" role="option">Item 4</d
iv> |
14 <div tabIndex="-1" aria-selected="true" aria-label="5" role="option">Item 5</d
iv> | 15 <div tabIndex="-1" aria-selected="true" aria-label="5" role="option">Item 5</d
iv> |
15 </div> | 16 </div> |
16 </body> | 17 </body> |
17 </html> | 18 </html> |
OLD | NEW |