Issues:
- Slider is div, not semantic input[type="range"]
- No keyboard support (arrow keys don't work)
- No role="slider" ARIA
- No aria-valuemin, aria-valuemax, aria-valuenow
- No aria-label describing what it controls
- Keyboard users cannot use this control
WCAG 2.1.1 (Keyboard) + 4.1.2 (Name, Role, Value) | Custom slider only works with mouse.
Issues: