I am running Sortsite for the ADA compliance on a website I'm working on and I get this message:
This form control has a blank label or title. Add descriptive text to the form control's label.
I've tried adding the label element with some information but hide it because we don't want it shown.
<label style="display: none;" for="slide1">First slide</label>
<input checked type="radio" name="slider" id="slide1" title="First set of slides" />