blob: 0fa3352ea031963437179358af8f7ff945b4e0a8 [file] [log] [blame]
<!DOCTYPE html>
<!--
@BLINK-ALLOW:maxLength*
@MAC-ALLOW:AXEditableAncestor
@MAC-ALLOW:AXHighestEditableAncestor
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:caret_offset*
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:IA2_STATE*
@WIN-ALLOW:n_selections*
@WIN-ALLOW:selection_start*
@WIN-ALLOW:selection_end*
@WIN-ALLOW:maxlength*
@BLINK-ALLOW:textSel*
@AURALINUX-ALLOW:text-input-type*
@AURALINUX-ALLOW:editable
@AURALINUX-ALLOW:focus*
@AURALINUX-ALLOW:*-line
@AURALINUX-ALLOW:caret_offset*
@AURALINUX-ALLOW:selection_start*
@AURALINUX-ALLOW:selection_end*
@AURALINUX-ALLOW:maxlength*
-->
<html>
<body>
<!-- Note: setting style="width:50ch" consistent sets 50 characters across,
where @cols="50" gets more chars across on some platforms -->
<textarea rows="4" style="font-family: monospace; width: 50ch" maxlength="99">
The
textarea tag defines a multi-line text input control.
</textarea>
</body>
</html>