https://drafts.csswg.org/css-ui-4/#valdef-appearance-textfield defines that <input type=search> should look like <input type=text> with appearance: textfield. Should it be the same for <input type=number>.
data:text/html,<input type=number style="appearance: textfield"> hides the spinner only in Firefox. Safari and Chrome render it with the spinner.
https://drafts.csswg.org/css-ui-4/#valdef-appearance-textfield defines that
<input type=search>should look like<input type=text>withappearance: textfield. Should it be the same for<input type=number>.data:text/html,<input type=number style="appearance: textfield">hides the spinner only in Firefox. Safari and Chrome render it with the spinner.