OLD | NEW |
1 <!-- | 1 <!-- |
2 @WIN-ALLOW:text-input-type* | |
3 @WIN-ALLOW:caret_offset* | 2 @WIN-ALLOW:caret_offset* |
| 3 @WIN-ALLOW:ia2_hypertext=* |
4 @WIN-ALLOW:n_selections* | 4 @WIN-ALLOW:n_selections* |
5 @WIN-ALLOW:selection_start* | 5 @WIN-ALLOW:selection_start* |
6 @WIN-ALLOW:selection_end* | 6 @WIN-ALLOW:selection_end* |
| 7 @WIN-ALLOW:text-input-type* |
7 --> | 8 --> |
8 <!DOCTYPE html> | 9 <!DOCTYPE html> |
9 <html> | 10 <html> |
10 <body> | 11 <body> |
11 <input type="tel"> | 12 <input type="tel" value='123-456-7890'> |
12 </body> | 13 </body> |
13 </html> | 14 </html> |
OLD | NEW |