When an error occurs in a required field, we display the following:
<label for=":r0:-input">First name</label>
<input id=":r0:-input" type="text" value="" name="firstName" aria-required="true" aria-invalid="true" aria-errormessage=":r0:-error">
<p id=":r0:-error" class="micro text-feedback-red flex items-center mt-4" role="alert">This field is required</p>
However, VoiceOver on Chrome for Mac isn’t reading the error message automatically, and I’ve tried the VO+Shift+H key combination without success.