| <!-- | |
| @MAC-ALLOW:AXRole* | |
| @WIN-ALLOW:caret_offset* | |
| @WIN-ALLOW:ia2_hypertext=* | |
| @WIN-ALLOW:IA2_STATE* | |
| @WIN-ALLOW:n_selections* | |
| @WIN-ALLOW:selection_start* | |
| @WIN-ALLOW:selection_end* | |
| @BLINK-ALLOW:textSel* | |
| @AURALINUX-ALLOW:text-input-type* | |
| @AURALINUX-ALLOW:editable | |
| @AURALINUX-ALLOW:focus* | |
| @AURALINUX-ALLOW:*-line | |
| --> | |
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <textarea readonly rows="4" cols="50" style="font-family: monospace"> | |
| The textarea tag defines a multi-line text input control. | |
| </textarea> | |
| </body> | |
| </html> |