Bug 278207
Summary: | [JSC] Disallow sub-minute in TimeZoneAnnotation | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sosuke Suzuki <aosukeke> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Sosuke Suzuki
According to the latest specification of Temporal[1][2][3], sub-minute values cannot be written in
the UTCOffset of a TimeZoneAnnotation within an ISO8601 string.
However, in the current JSC, even if a sub-minute value is written in the TimeZoneAnnotation, no
RangeError is thrown.
[1]: https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation
[2]: https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier
[3]: https://tc39.es/proposal-temporal/#prod-UTCOffset
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sosuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/32281
Radar WebKit Bug Importer
<rdar://problem/134541964>
EWS
Committed 282710@main (51ee7ef9bdee): <https://commits.webkit.org/282710@main>
Reviewed commits have been landed. Closing PR #32281 and removing active labels.