For accessibility reasons, I need to position the individual field validation_messages so that they're above the input field they apply to - that way in a screen reader they'll get read first. Positioning with CSS won't really do the trick, unfortunately.
I'm not using ajax validation for the form.
Is this possible without using Javascript?