having touch-action:manipulation
on <input type="range">
makes the sliders un-slidable in IE11/Edge - users can still tap to set a value on the slider, but can't drag the slider as intended. as potential 300ms delay is mostly irrelevant for range inputs, this should have no negative side effects.