You can’t just single out one because it’s from China, imo.
Remember, it won't be long before Xinpang is getting the Putin treatment over Taiwan. Except you might be surprised how much we let slide in the end.
>The 'spellcheck' HTML attribute when left out from form text input fields is usually assumed by web browsers be true by default.
Text inputs. So what about inputs of password type?
MDN says this:
>If [the spellcheck attribute] is not set, its default value is element-type and browser-defined. This default value may also be inherited, which means that the element content will be checked for spelling errors only if its nearest ancestor has a spellcheck state of true.
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_att...
So do browsers apply spellcheck="true" by implicit default to inputs with type of password?
Edit: sorry I should have captured that prompt! I am not able to remember what it said, it might have been from the company rather than the browser.
Yeah I'm going to need a source on that one, as far as I know spellcheck only sends individual words not entire emails.