| <!-- |
| @AURALINUX-ALLOW:description* |
| @WIN-ALLOW:description* |
| @WIN-ALLOW:IA2_STATE_MULTI_LINE |
| @BLINK-ALLOW:description* |
| @BLINK-ALLOW:focusable* |
| @BLINK-ALLOW:inputType=* |
| @BLINK-ALLOW:multiline |
| @AURALINUX-ALLOW:*-line |
| @AURALINUX-DENY:selectable-text |
| --> |
| <html> |
| <!-- Width/font adds consistency --> |
| <!-- TODO deal with line break inconsitencies that require these styles --> |
| <body style="font-family:monospace;width:999px"> |
| <label for="i1">l1</label> |
| <input id="i1"> |
| <label for="i2">l2</label> |
| <input id="i2" value="value"> |
| |
| <input aria-label="l2"> |
| <input aria-label="l2" value="value *"> |
| |
| <label id="l3">Email</label> |
| <span id="l4"></span> |
| <input aria-labelledby="l3 42"> |
| <input aria-labelledby="l3 l4" value="value"> |
| |
| <textarea aria-label="l5"></textarea> |
| <textarea aria-label="l6">Value</textarea> |
| |
| <input aria-label="Name" title="Description" value="value"> |
| |
| </body> |
| </html> |