My HTML tag points lang="en", but there are many proper names in the document. These are things like surnames that the validator designates as spelling errors. I would like to put them in <span>with lang="none", for example. Is there a proper way to do this (i.e. the one that validates HTML?
source
share