OLD | NEW |
1 <!-- | 1 <!-- |
2 @MAC-ALLOW:AXRole* | 2 @MAC-ALLOW:AXRole* |
3 @WIN-ALLOW:text-input-type* | |
4 @WIN-ALLOW:caret_offset* | 3 @WIN-ALLOW:caret_offset* |
| 4 @WIN-ALLOW:ia2_hypertext=* |
5 @WIN-ALLOW:n_selections* | 5 @WIN-ALLOW:n_selections* |
6 @WIN-ALLOW:selection_start* | 6 @WIN-ALLOW:selection_start* |
7 @WIN-ALLOW:selection_end* | 7 @WIN-ALLOW:selection_end* |
| 8 @WIN-ALLOW:text-input-type* |
8 --> | 9 --> |
9 <!DOCTYPE html> | 10 <!DOCTYPE html> |
10 <html> | 11 <html> |
11 <body> | 12 <body> |
12 <input type="url"> | 13 <input type="url" value="example.com"> |
13 </body> | 14 </body> |
14 </html> | 15 </html> |
OLD | NEW |