Common FORMs Dilemma
(required)
<label for="name">First Name</label>
<input name="name" id="name"> <em>(required)</em>
The information about the element being required is outside the form element and it's label, so it's ignored by a screen reader navigating the form.