Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bug reports from WebKit and Firefox #11

Merged
merged 1 commit into from
Apr 1, 2023

Conversation

anba
Copy link
Contributor

@anba anba commented Mar 30, 2023

The two Firefox bugs seem to be the only ones which actually affect Firefox users. There's also bug 1740721, but that one seems more like a bug report filed after performing differential testing between browsers.

Bug 1797223 is also kind of interesting for cross-browser compatibility: A website was using "CST" as a time zone identifier. "CST" isn't a valid IANA/CLDR time zone identifier, so it should be rejected by implementations, but ICU actually supports "CST" for backward compatibility reasons. So when implementations directly call ICU without any additional pre- or post-processing to handle ICU zones, "CST" is incorrectly accepted.

Not sure if it's worth to document bug 1679532 or bug 1802942, which are both examples where the Windows time zone identifier to IANA/CLDR time zone identifier mapping wasn't working correctly. (The mapping is defined in CLDR at https://github.com/unicode-org/cldr/blob/main/common/supplemental/windowsZones.xml.) Bug 1802942 is probably still an issue, at least the comments in the Windows Daylight Saving Time & Time Zone blog indicate that some Windows users in Mexico still can't select their correct time zone, but I can't verify this right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants