[Bug 22835] window.navigator.language should not return "en" for privacy protection

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22835

--- Comment #6 from Norbert Lindenberg <w3-bugs@norbertlindenberg.com> ---
If the concern is that applications use the value of navigator.language without
any checking, then "und" is better than "". "" is not a valid BCP 47 language
tag and will result in exceptions when passed to methods in the ECMAScript
Internationalization API.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 30 July 2013 18:02:56 UTC