Friendly reminder that #html has attributes for inputs that can be used for things like on-screen keyboards and auto fill.

InputMode: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/inputmode

And Type (for things like password): https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input/password

If you develop #onscreenkeyboard software, please take these into account.