Closed
Bug 1480946
Opened 6 years ago
Closed 6 years ago
systemLanguage should be case insensitive
Categories
(Core :: SVG, enhancement)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
References
()
Details
Attachments
(1 file)
2.03 KB,
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
The specification requires an exact or prefix-and-hyphen match of an IETF BCP 47 langtag.
IETF langtag matching should be case insensitive. That is, "en" matches "EN".
See https://tools.ietf.org/html/bcp47 which has RFC 4646 and 4647. RFC 4647 describes how IETF langtags are matched.
Assignee | ||
Comment 1•6 years ago
|
||
I don't know how to write a test because I can't guarantee the browser has any specific language set.
Assignee: nobody → longsonr
Attachment #8997631 -
Flags: review?(dholbert)
Assignee | ||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Comment on attachment 8997631 [details] [diff] [review]
patch
r=me
Attachment #8997631 -
Flags: review?(dholbert) → review+
Assignee | ||
Comment 3•6 years ago
|
||
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f0edb2e07f56
systemLanguage should be case insensitive r=dholbert
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•