Open
Description
Browsers don't behave consistently. See keymanapp/keyman#13610
A test should be added asserting the behavior of new Intl.Locale("und")
.
Whoever takes this issue should independently verify what the expected behavior should be in the spec of the following functions:
let locale = new Intl.Locale("und");
assert.sameValue(locale.language, "???")
assert.sameValue(locale.script, "???")
assert.sameValue(locale.region, "???")
assert.sameValue(locale.toString(), "???")
CC @srl295
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Previously Discussed