| <!-- | |
| @WIN-ALLOW:caret_offset* | |
| @WIN-ALLOW:ia2_hypertext=* | |
| @WIN-ALLOW:n_selections* | |
| @WIN-ALLOW:selection_start* | |
| @WIN-ALLOW:selection_end* | |
| @WIN-ALLOW:text-input-type* | |
| @WIN-ALLOW:value* | |
| @WIN-DENY:value='http://*' | |
| --> | |
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <input type="tel" value='123-456-7890'> | |
| </body> | |
| </html> |