Bug 278139
Summary: | [JSC] TimeZone without Time should be rejected in ISO8601 strings | ||
---|---|---|---|
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
In the latest Temporal spec, a TimeZone after a Date without a Time should be rejected[1][2].
However, the current JSC allows such ISO 8601 strings.
[1]: https://github.com/tc39/proposal-temporal/pull/2428
[2]: https://github.com/tc39/test262/pull/3699
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sosuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/32223
EWS
Committed 282315@main (b495aa82afaf): <https://commits.webkit.org/282315@main>
Reviewed commits have been landed. Closing PR #32223 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/133988956>