Bug 31: Textarea — Multi-line Input
WCAG 1.3.1 (Info and Relationships), 4.1.2 (Name, Role, Value) | Textarea without label or with only placeholder.
Bug: Only Placeholder, No Label
Bug: Label Not Associated
Additional comments:
Bug: Placeholder Disappears on Focus
How HAL Fixes This: HAL detects textareas with missing or non-associated labels and injects aria-label with content from placeholder, nearby text, or context. This ensures screen readers always announce the textarea's purpose.