One issue I am facing is the need to change the language of a spelling error on a website without disabling it:
I have attempted various solutions, but none of the properties like ::spelling-error
and :webkit-spell-check
seem to be supported.
Is there a workaround for this situation?
::spelling-error {
color: blue;
}
<p spellcheck="true" contenteditable>
word that doesnt exist arberbicee
</p>
PS: Using JavaScript is also an option