Baseline History
Build 34fb5676 current baseline
Current build. Auto-accepted
Build 29e225c8
Auto-accepted
Build 1e7365af
Auto-accepted
Every form field needs an associated label. Learn how to resolve this violation

Fix any of the following:
Element does not have an implicit (wrapped) <label>
Element does not have an explicit <label>
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Element has no placeholder attribute
Element's default semantics were not overridden with role="none" or role="presentation"
Element<input min="0" max="100" step="1" class="w-full h-2 bg-second..." type="range" value="50" style="">Selector.space-y-2:nth-child(1) > input[step="1"][value="50"][min="0"]