When having content like series number, device model, or just numbers with unit (e.g. 4GB), spellcheck aggressively marks them as misspellings. This is quite annoying.
Proposed solution
It could be configured that any word with digits inside would not be subject to spellcheck.
Normal words generally don’t include digits. Words with digits inside are predominantly not real words. Excluding such words can significantly reduce false positive on spellcheck without increasing much false negative.
I am not familiar with what Firefox uses, and which dictionaries it uses.
We follow electron/chrome. There may be some third party spellcheckers available as community plugins.