|
|
|
|
|
by jhy
456 days ago
|
|
My guess (it would be nice if they actually said...) is that they were missing the required lang attribute on their HTML. <html lang=en>
If not defined it will default to unknown (not to the user's locale) and so this makes Chrome guess. And there wasn't much text in the lightbox (which might be a different page?) for the browser to infer from. |
|