Problem Statement
What accessibility practices should you follow for Vue forms?
Explanation
Use <label for> with matching input ids, associate errors with inputs via aria-describedby, ensure clear focus styles, group related inputs with fieldset/legend, and announce async errors using aria-live regions so screen readers are notified.